You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to sort rows, you have to use mouse and click on column headers. It would be good if it was possible to sort columns by using keyboard shortcuts.
Trying to figure out how to sort columns without using a mouse, I've tried holding Ctrl and Alt to see if any hint will appear on the screen.
Probably it would've been natural to bind sorting to Alt+<1/2/3> for sorting by 1/2/3 columns etc. When Alt is hold, number of column can appear beside it's title.
Summary of the new feature / enhancement
Currently, to sort rows, you have to use mouse and click on column headers. It would be good if it was possible to sort columns by using keyboard shortcuts.
Proposed technical implementation details (optional)
Trying to figure out how to sort columns without using a mouse, I've tried holding Ctrl and Alt to see if any hint will appear on the screen.
Probably it would've been natural to bind sorting to Alt+<1/2/3> for sorting by 1/2/3 columns etc. When Alt is hold, number of column can appear beside it's title.