In Sublime Text 3 column selection shortcuts are Ctrl+ALT+Up and Ctrl+ALT+Down. Same shortcuts are defined In Lubuntu (/Openbox) as GoToDesktop
Up
or Down
, respectively. I commented those shortcuts out in ~/.config/openbox/lubuntu-rc.xml
and now they don't work anymore (they don't switch to related Desktop), but they still don't work in Sublime Text 3 too.
How could I determine, what is eating those shortcuts away, so they don't reach to Sublime?
Although the use of Ctrl+Alt+↑ and Ctrl+Alt+↓ are currently suggested for column selection in Sublime Text 3 for Linux,
they don't work. Instead, one has to use alt+shift and the appropriate arrow key according to this technical support response.
To get these keybindings to work in Lubuntu 18.04, I commented out the following lines in ~/.config/openbox/lubuntu-rc.xml:
saved the file, ran
openbox --reconfigure
and now I can use Shift+Alt together with the appropriate arrow keys to select a column of text in Sublime Text v 3.2.1.Note:
openbox --reconfigure
does two things:Note: If you have LXDE the file to modify is
~/.config/openbox/lxde-rc.xml
instead.