aboutsummaryrefslogtreecommitdiff
path: root/etc/keystrokes.cfg
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-14 15:52:29 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-14 16:14:31 +0100
commit9000c00dcc60b5a8402d4a944503ff68bb283c20 (patch)
tree381e3ee36e9869227afa2081ad8f290bbd50256d /etc/keystrokes.cfg
parent53329e60938447850479858449a94f3d0467ef03 (diff)
downloadnx-libs-9000c00dcc60b5a8402d4a944503ff68bb283c20.tar.gz
nx-libs-9000c00dcc60b5a8402d4a944503ff68bb283c20.tar.bz2
nx-libs-9000c00dcc60b5a8402d4a944503ff68bb283c20.zip
Move all config files from $(srcbase)/debian/ into $(srcbase)/etc/ folder.
Affected packagings scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec
Diffstat (limited to 'etc/keystrokes.cfg')
-rw-r--r--etc/keystrokes.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg
new file mode 100644
index 000000000..a5e521071
--- /dev/null
+++ b/etc/keystrokes.cfg
@@ -0,0 +1,19 @@
+<!DOCTYPE NXKeystroke>
+<keystrokes>
+<keystroke action="close_session" Control="1" AltMeta= "1" key="t" />
+<keystroke action="switch_all_screens" Control="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" />
+<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="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" />
+</keystrokes>