diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-05-08 21:49:50 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2019-05-10 19:13:31 +0200 |
commit | 79a2b7b241e61dae4c2ae7a3896f98243e41ff3b (patch) | |
tree | d248277404fe9ce595613cbe97ac6061d6df324d /etc | |
parent | a31d2801405834bd52bed6a73b030d124151203b (diff) | |
download | nx-libs-79a2b7b241e61dae4c2ae7a3896f98243e41ff3b.tar.gz nx-libs-79a2b7b241e61dae4c2ae7a3896f98243e41ff3b.tar.bz2 nx-libs-79a2b7b241e61dae4c2ae7a3896f98243e41ff3b.zip |
Remove useless "ignore" keystroke for Ctrl-Alt-Backspace
nxagent does not react on that anyway (see xkb/xkbDflts.h)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/keystrokes.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index c57d2efbb..856369839 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -5,7 +5,6 @@ <keystroke action="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" /> <keystroke action="minimize" Control="1" AltMeta="1" key="m" /> <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="resize" Control="1" AltMeta="1" key="r" /> <keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="Left" /> |