diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-05-06 22:44:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-05-06 22:44:32 +0200 |
commit | fc118b4bbb02dd9994c266c74772216084dab705 (patch) | |
tree | 92a168f15d23f66951ed4ad949c383317fff4795 | |
parent | d8a55d2c604a770133dcb0216f5d6fd7d087c2a3 (diff) | |
download | nx-libs-fc118b4bbb02dd9994c266c74772216084dab705.tar.gz nx-libs-fc118b4bbb02dd9994c266c74772216084dab705.tar.bz2 nx-libs-fc118b4bbb02dd9994c266c74772216084dab705.zip |
add forgotten file: debian/keystrokes.cfg
-rw-r--r-- | debian/keystrokes.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/keystrokes.cfg b/debian/keystrokes.cfg new file mode 100644 index 000000000..734293a1a --- /dev/null +++ b/debian/keystrokes.cfg @@ -0,0 +1,11 @@ +<!DOCTYPE NXKeystroke> +<keystrokes> +<keystroke action="fullscreen" AltMeta="1" Control="1" key="b" /> +<keystroke action="minimize" AltMeta="1" Control="1" key="space" /> +<keystroke action="minimize" key="Escape" Shift="1" /> +<keystroke action="close_session" key="F7" /> +<keystroke action="fullscreen" key="F7" Mod1="1" /> +<keystroke action="fullscreen" key="F6" Mod1="1" /> +<keystroke action="force_synchronization" key="f" /> +<keystroke action="fullscreen" key="space" Mod1="0" Mod2="0" Control="0" Shift="0" AltMeta="0" /> +</keystrokes> |