diff options
Diffstat (limited to 'etc/keystrokes.cfg')
-rw-r--r-- | etc/keystrokes.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index 22cc8c7a0..2821034b6 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -13,8 +13,20 @@ <keystroke action="test_input" Control="1" AltMeta="1" key="x" /> <keystroke action="deactivate_input_devices_grab" Control="1" AltMeta="1" key="y" /> <keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="Left" /> +<keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="KP_Left" /> <keystroke action="viewport_move_up" Control="1" AltMeta="1" key="Up" /> +<keystroke action="viewport_move_up" Control="1" AltMeta="1" key="KP_Up" /> <keystroke action="viewport_move_right" Control="1" AltMeta="1" key="Right" /> +<keystroke action="viewport_move_right" Control="1" AltMeta="1" key="KP_Right" /> <keystroke action="viewport_move_down" Control="1" AltMeta="1" key="Down" /> +<keystroke action="viewport_move_down" Control="1" AltMeta="1" key="KP_Down" /> +<keystroke action="left" Control="1" AltMeta="1" key="Left" /> +<keystroke action="left" Control="1" AltMeta="1" key="KP_Left" /> +<keystroke action="up" Control="1" AltMeta="1" key="Up" /> +<keystroke action="up" Control="1" AltMeta="1" key="KP_Up" /> +<keystroke action="right" Control="1" AltMeta="1" key="Right" /> +<keystroke action="right" Control="1" AltMeta="1" key="KP_Right" /> +<keystroke action="down" Control="1" AltMeta="1" key="Down" /> +<keystroke action="down" Control="1" AltMeta="1" key="KP_Down" /> <keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" /> </keystrokes> |