aboutsummaryrefslogtreecommitdiff
path: root/etc/keystrokes.cfg
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-13 23:07:19 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-13 23:07:19 +0100
commit6ac805ab4411d3045c99e3ceefe8495ac95d8e15 (patch)
tree387628976fc6778cc3f77a037643b037ef685891 /etc/keystrokes.cfg
parent320cece2e97035665d4df5e382ea45e5a7f07efa (diff)
parent6f4eb15408c9b7f13ff9e2765a7a50bace0dfae1 (diff)
downloadnx-libs-6ac805ab4411d3045c99e3ceefe8495ac95d8e15.tar.gz
nx-libs-6ac805ab4411d3045c99e3ceefe8495ac95d8e15.tar.bz2
nx-libs-6ac805ab4411d3045c99e3ceefe8495ac95d8e15.zip
Merge branch 'uli42-pr/cleanup_keystroke' into 3.6.x
Attributes GH PR #392: https://github.com/ArcticaProject/nx-libs/pull/392
Diffstat (limited to 'etc/keystrokes.cfg')
-rw-r--r--etc/keystrokes.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg
index 007a18288..22cc8c7a0 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,9 +12,9 @@
<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" />
<keystroke action="viewport_move_down" Control="1" AltMeta="1" key="Down" />
+<keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" />
</keystrokes>