For example in many text editors you can use Alt + Up to move a line of text up and Alt + Down to move it down. (However this seems to already been taken by LibreOffice Calc.)
I would want this to only switch the text, not formatting or else. Pressing the key press / combination or executing the script for “moving the selected cell one down” should turn this:
(the selected cell is marked by *
)
| name | rating
|------|--------
| max | 3
| sam* | 5
| tom | 2
to this:
| name | rating
|------|--------
| max | 3
| tom | 2
| sam* | 5
(but maybe I also should report that… where would I make a feature request?)