Package: x2goserver-x2goagent
Version: 4.1.0.3

The keystrokes file does not match up with the version of the latest
nxagent. Attached patch fixes that.
From 164bf3195bb792ae70c079a2f07611777ad46480 Mon Sep 17 00:00:00 2001
From: Ulrich Sibiller <ul...@gmx.de>
Date: Fri, 12 Mar 2021 11:24:02 +0100
Subject: [PATCH 2/4] Update keystrokes to match current nx

---
 x2goserver-x2goagent/etc/keystrokes.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x2goserver-x2goagent/etc/keystrokes.cfg b/x2goserver-x2goagent/etc/keystrokes.cfg
index c57d2ef..ea9feee 100644
--- a/x2goserver-x2goagent/etc/keystrokes.cfg
+++ b/x2goserver-x2goagent/etc/keystrokes.cfg
@@ -5,7 +5,6 @@
 <keystroke action="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" />
 <keystroke action="minimize" Control="1" AltMeta="1" key="m" />
 <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="resize" Control="1" AltMeta="1" key="r" />
 <keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="Left" />
@@ -25,4 +24,6 @@
 <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" />
+<keystroke action="autograb" Control="1" AltMeta="1" key="g" />
+<keystroke action="dump_clipboard" Control="1" Shift="1" AltMeta="1" key="c" />
 </keystrokes>
-- 
2.9.3

_______________________________________________
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

Reply via email to