diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-23 22:42:26 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-04-03 21:28:10 +0200 |
commit | a45a348c44d5c39e8b8de3289f764f4ab397dff7 (patch) | |
tree | e3160d974cf259698dd15794c40bb402327f05bd /etc | |
parent | 3c921ccb42601ad78d0e6a67318ad12ed7118889 (diff) | |
download | nx-libs-a45a348c44d5c39e8b8de3289f764f4ab397dff7.tar.gz nx-libs-a45a348c44d5c39e8b8de3289f764f4ab397dff7.tar.bz2 nx-libs-a45a348c44d5c39e8b8de3289f764f4ab397dff7.zip |
keystrokes.cfg: add missing keystrokes
Diffstat (limited to 'etc')
-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> |