diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-23 23:48:46 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-04-03 21:28:11 +0200 |
commit | e3240d6b3f9f5dc9ddcd41c24a3c2fbc394c3735 (patch) | |
tree | 50d9f8c71488a8a77bf50afafe58b5b6885799c1 | |
parent | bf27d58b7e65d30d84704e7efd2d29002903030d (diff) | |
download | nx-libs-e3240d6b3f9f5dc9ddcd41c24a3c2fbc394c3735.tar.gz nx-libs-e3240d6b3f9f5dc9ddcd41c24a3c2fbc394c3735.tar.bz2 nx-libs-e3240d6b3f9f5dc9ddcd41c24a3c2fbc394c3735.zip |
keystrokes.cfg: remove debug keystrokes
Normal builds will not contain support for some keystrokes but warn
about unknown keystroke actions:
Info: ignoring unknown keystroke action 'debug_tree'.
Info: ignoring unknown keystroke action 'regions_on_screen'.
Info: ignoring unknown keystroke action 'test_input'.
Info: ignoring unknown keystroke action 'deactivate_input_devices_grab'.
So we remove those from the default keystrokes config.
-rw-r--r-- | etc/keystrokes.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index 2821034b6..1620e04d0 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -8,10 +8,6 @@ <keystroke action="defer" Control="1" AltMeta="1" key="e" /> <keystroke action="ignore" Control="1" AltMeta="1" key="BackSpace" /> <keystroke action="force_synchronization" Control="1" AltMeta="1" key="j" /> -<keystroke action="debug_tree" Control="1" AltMeta="1" key="q" /> -<keystroke action="regions_on_screen" Control="1" AltMeta="1" key="a" /> -<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" /> |