diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-11 00:21:53 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-03-13 21:24:52 +0100 |
commit | 8f7b0b75b83c3651f92d6a6e6f8ff6c8f17de061 (patch) | |
tree | 181346484ad3f139f8c5527d068e651067071e35 /etc | |
parent | 8f0d885cd21f90722c19ad316623c57db7012fde (diff) | |
download | nx-libs-8f7b0b75b83c3651f92d6a6e6f8ff6c8f17de061.tar.gz nx-libs-8f7b0b75b83c3651f92d6a6e6f8ff6c8f17de061.tar.bz2 nx-libs-8f7b0b75b83c3651f92d6a6e6f8ff6c8f17de061.zip |
Keystroke.c: arrange switch_all_screens and fullscreen close together
Both use the same keystroke 'f' (with different modifiers) for a very
similar function.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/keystrokes.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index 007a18288..1716d6abe 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -2,6 +2,7 @@ <keystrokes> <keystroke action="close_session" Control="1" AltMeta="1" key="t" /> <keystroke action="switch_all_screens" Control="1" AltMeta="1" key="f" /> +<keystroke action="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" /> <keystroke action="minimize" Control="1" AltMeta="1" key="m" /> <keystroke action="resize" Control="1" AltMeta="1" key="r" /> <keystroke action="defer" Control="1" AltMeta="1" key="e" /> @@ -11,7 +12,6 @@ <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="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" /> <keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="Left" /> <keystroke action="viewport_move_up" Control="1" AltMeta="1" key="Up" /> <keystroke action="viewport_move_right" Control="1" AltMeta="1" key="Right" /> |