[X2Go-Commits] nx-libs.git - master (branch) updated: redist-client/3.5.0.20-17-g13f2b57

X2Go dev team git-admin at x2go.org
Thu Aug 29 22:58:23 CEST 2013


The branch, master has been updated
       via  13f2b57d421b6a5ee71effaa6e5da17b1554ac4e (commit)
      from  0946b437570dea31365790d5cbf39c39f1b59c02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 13f2b57d421b6a5ee71effaa6e5da17b1554ac4e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Aug 29 22:58:19 2013 +0200

    Fix keystrokes.cfg, use Ctrl+Alt+<key> instead of just Ctrl+<key>. (Adds to fixing #223).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog      |    2 ++
 debian/keystrokes.cfg |   32 ++++++++++++++++----------------
 2 files changed, 18 insertions(+), 16 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b523ee1..401f334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low
     + Add B-Ds: libfontconfig1-dev, libfontenc-dev.
   * /debian/nx-libs-dev.install:
     + Remove unrelated files from -dev package.
+  * Fix keystrokes.cfg, use Ctrl+Alt+<key> instead of just Ctrl+<key>. (Adds to
+    fixing #223).
 
   [ Orion Poplawski ]
   * Change build options so that bundled libraries are not used anymore at
diff --git a/debian/keystrokes.cfg b/debian/keystrokes.cfg
index 9385459..a5e5210 100644
--- a/debian/keystrokes.cfg
+++ b/debian/keystrokes.cfg
@@ -1,19 +1,19 @@
 <!DOCTYPE NXKeystroke>
 <keystrokes>
-<keystroke action="close_session" Control="1" key="t" />
-<keystroke action="switch_all_screens" Control="1" key="f" />
-<keystroke action="minimize" Control="1" key="m" />
-<keystroke action="resize" Control="1" key="r" />
-<keystroke action="defer" Control="1" key="e" />
-<keystroke action="ignore" Control="1" key="BackSpace" />
-<keystroke action="force_synchronization" Control="1" key="j" />
-<keystroke action="debug_tree" Control="1" key="q" />
-<keystroke action="regions_on_screen" Control="1" key="a" />
-<keystroke action="test_input" Control="1" key="x" />
-<keystroke action="deactivate_input_devices_grab" Control="1" key="y" />
-<keystroke action="fullscreen" Control="1" Shift="1" key="f" />
-<keystroke action="viewport_move_left" Control="1" Shift="1" key="Left" />
-<keystroke action="viewport_move_up" Control="1" key="Up" />
-<keystroke action="viewport_move_right" Control="1" key="Right" />
-<keystroke action="viewport_move_down" Control="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>


hooks/post-receive
-- 
nx-libs.git (NX (redistributed))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).




More information about the x2go-commits mailing list