[quote]Unfortunately win+(up/down) is already used by Windows 7, so it doesn’t work for ST2.
May I ask you to replace the super+(up/down) keymaps by ctrl+super+(up/down) (or something else) in Windows keymaps file?
Thanks.[/quote]
in windows used by default with ctrl+alt
{ "keys": "ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": "ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
also in windows and linux
{ "keys": "ctrl+up"], "command": "scroll_lines", "args": {"amount": 1.0 } },
{ "keys": "ctrl+down"], "command": "scroll_lines", "args": {"amount": -1.0 } },
I did so, that would be adjacent keys, and did not have to memorize other combinations
alt, win, alt+win
May be other suggestions?
for example: alt+left/right, super+left/right, super+alt+left/right
- if you’re not using them
or alt+pageup/pagedown, super+pageup/pagedown, super+alt+pageup/pagedown