Package: nxagent
Severity: important
Version: 3.5.99.18-1

The nxagent internal keystrokes don't correctly support view port movements. The issue has been fixed upstream, patch has been attached to this bug report.

Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

>From f1b27c4fd46f6961535d908ead695d9c6d2701d4 Mon Sep 17 00:00:00 2001
From: Ulrich Sibiller <ul...@gmx.de>
Date: Fri, 15 Feb 2019 09:27:29 +0100
Subject: [PATCH] keystrokes.cfg: Add missing Shift=1 for
 viewport_move_up/down/right

These keystrokes where the same as their viewport_scroll variants and made
the latter being disabled.

Fixes ArcticaProject/nx-libs#770
---
 etc/keystrokes.cfg | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg
index b482119ad..c57d2efbb 100644
--- a/etc/keystrokes.cfg
+++ b/etc/keystrokes.cfg
@@ -10,12 +10,12 @@
 <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_left" Control="1" Shift="1" AltMeta="1" 
key="KP_Left" />
-<keystroke action="viewport_move_up" Control="1" AltMeta="1" key="Up" />
-<keystroke action="viewport_move_up" Control="1" AltMeta="1" key="KP_Up" />
-<keystroke action="viewport_move_right" Control="1" AltMeta="1" key="Right" />
-<keystroke action="viewport_move_right" Control="1" AltMeta="1" key="KP_Right" 
/>
-<keystroke action="viewport_move_down" Control="1" AltMeta="1" key="Down" />
-<keystroke action="viewport_move_down" Control="1" AltMeta="1" key="KP_Down" />
+<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" />
-- 
2.11.0

Attachment: pgpWQAQ0tuPdg.pgp
Description: Digitale PGP-Signatur

Reply via email to