[X2Go-Commits] nx-libs.git - master (branch) updated: redist-client/3.5.0.20-11-gd90c457
X2Go dev team
git-admin at x2go.org
Wed May 29 19:02:07 CEST 2013
The branch, master has been updated
via d90c457c4dd216c1baa11c8d1a991e21e83562bf (commit)
from ead1e823aeb71e0e2e6742124cc485252699b22a (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 d90c457c4dd216c1baa11c8d1a991e21e83562bf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed May 29 19:02:02 2013 +0200
Use a keystrokes.cfg that reflects the normally hard-coded defaults of a vanilla nxagent. (Fixes: #223).
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 ++
debian/keystrokes.cfg | 24 ++++++++++++++++--------
2 files changed, 18 insertions(+), 8 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index ee527a7..32c4712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go
(for x2goagent). (Fixes: #199).
+ * Use a keystrokes.cfg that reflects the normally hard-coded defaults of
+ a vanilla nxagent. (Fixes: #223).
* Set NXAGENT_KEYSTROKEFILE to /etc/x2go/keystrokes.cfg for wrapper x2goagent.
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.
* Tarball roller script:
diff --git a/debian/keystrokes.cfg b/debian/keystrokes.cfg
index 734293a..9385459 100644
--- a/debian/keystrokes.cfg
+++ b/debian/keystrokes.cfg
@@ -1,11 +1,19 @@
<!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" />
+<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" />
</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