This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit f1b27c4fd46f6961535d908ead695d9c6d2701d4 Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Feb 15 09:27:29 2019 +0100 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 b482119..c57d2ef 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" /> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git