aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-04-27 02:43:05 +0200
committerMihai Moldovan <ionic@ionic.de>2015-04-27 02:43:05 +0200
commit352631a4bad52e884f34a614aa4611e8e9207d2f (patch)
tree2d13a0a15c4acd7456beb275cf789019412b106a
parent82d73c3e183dcc1ed692553a6833946ec8cd0d8a (diff)
downloadnx-libs-352631a4bad52e884f34a614aa4611e8e9207d2f.tar.gz
nx-libs-352631a4bad52e884f34a614aa4611e8e9207d2f.tar.bz2
nx-libs-352631a4bad52e884f34a614aa4611e8e9207d2f.zip
etc/keystrokes.cfg: fix whitespace errors.
Backported from Arctica GH 3.6.x branch.
-rw-r--r--debian/changelog2
-rw-r--r--debian/keystrokes.cfg32
2 files changed, 18 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index fe2132846..b43247f81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -130,6 +130,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
- Copy actions documentation from the wiki.
- Add documentation for branding behavior.
+ * debian/keystrokes.cfg: fix whitespace errors.
+ Backported from Arctica GH 3.6.x branch.
[ Bernard Cafarelli ]
* nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.
diff --git a/debian/keystrokes.cfg b/debian/keystrokes.cfg
index a5e521071..007a18288 100644
--- a/debian/keystrokes.cfg
+++ b/debian/keystrokes.cfg
@@ -1,19 +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" />
+<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>