[X2Go-Commits] [x2goserver] 05/05: x2goserver-x2goagent/etc/keystrokes.cfg: sync with nx-libs 3.5.99.20.

git-admin at x2go.org git-admin at x2go.org
Sun Jun 16 21:47:17 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 56bc3bf6626d193891a68085fbdf9c82f59e0986
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Sun Jun 16 21:44:24 2019 +0200

    x2goserver-x2goagent/etc/keystrokes.cfg: sync with nx-libs 3.5.99.20.
    
    Previous version was broken and incomplete. Fixes: #1388.
---
 debian/changelog                        |  5 +++++
 x2goserver-x2goagent/etc/keystrokes.cfg | 27 ++++++++++++++++++---------
 2 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 243998d..6ee1067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -105,6 +105,11 @@ x2goserver (4.1.0.4-0x2go1.1) UNRELEASED; urgency=medium
   [ Tom Ruzicka ]
   * debian/po: Add Czech debconf translation.
 
+  [ Ulrich Sibiller ]
+  * New upstream version (4.1.0.4):
+    - x2goserver-x2goagent/etc/keystrokes.cfg: sync with nx-libs 3.5.99.20.
+      Previous version was broken and incomplete. Fixes: #1388.
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 14 Jan 2019 16:33:04 +0100
 
 x2goserver (4.1.0.3-0x2go1) unstable; urgency=medium
diff --git a/x2goserver-x2goagent/etc/keystrokes.cfg b/x2goserver-x2goagent/etc/keystrokes.cfg
index 007a182..c57d2ef 100644
--- a/x2goserver-x2goagent/etc/keystrokes.cfg
+++ b/x2goserver-x2goagent/etc/keystrokes.cfg
@@ -2,18 +2,27 @@
 <keystrokes>
 <keystroke action="close_session" Control="1" AltMeta="1" key="t" />
 <keystroke action="switch_all_screens" Control="1"  AltMeta="1" key="f" />
+<keystroke action="fullscreen" Control="1" Shift="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="resize" Control="1" AltMeta="1" key="r" />
 <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="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="KP_Left" />
+<keystroke action="viewport_move_up" Control="1" Shift="1" AltMeta="1" key="Up" />
+<keystroke action="viewport_move_up" Control="1" Shift="1" AltMeta="1" key="KP_Up" />
+<keystroke action="viewport_move_right" Control="1" Shift="1" AltMeta="1" key="Right" />
+<keystroke action="viewport_move_right" Control="1" Shift="1" AltMeta="1" key="KP_Right" />
+<keystroke action="viewport_move_down" Control="1" Shift="1" AltMeta="1" key="Down" />
+<keystroke action="viewport_move_down" Control="1" Shift="1" AltMeta="1" key="KP_Down" />
+<keystroke action="viewport_scroll_left" Control="1" AltMeta="1" key="Left" />
+<keystroke action="viewport_scroll_left" Control="1" AltMeta="1" key="KP_Left" />
+<keystroke action="viewport_scroll_up" Control="1" AltMeta="1" key="Up" />
+<keystroke action="viewport_scroll_up" Control="1" AltMeta="1" key="KP_Up" />
+<keystroke action="viewport_scroll_right" Control="1" AltMeta="1" key="Right" />
+<keystroke action="viewport_scroll_right" Control="1" AltMeta="1" key="KP_Right" />
+<keystroke action="viewport_scroll_down" Control="1" AltMeta="1" key="Down" />
+<keystroke action="viewport_scroll_down" Control="1" AltMeta="1" key="KP_Down" />
+<keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" />
 </keystrokes>

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list