From a45a348c44d5c39e8b8de3289f764f4ab397dff7 Mon Sep 17 00:00:00 2001
From: Ulrich Sibiller <uli42@gmx.de>
Date: Thu, 23 Mar 2017 22:42:26 +0100
Subject: keystrokes.cfg: add missing keystrokes

---
 etc/keystrokes.cfg | 12 ++++++++++++
 1 file changed, 12 insertions(+)

(limited to 'etc')

diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg
index 22cc8c7a0..2821034b6 100644
--- a/etc/keystrokes.cfg
+++ b/etc/keystrokes.cfg
@@ -13,8 +13,20 @@
 <keystroke action="test_input" Control="1" AltMeta="1" key="x" />
 <keystroke action="deactivate_input_devices_grab" Control="1" AltMeta="1" key="y" />
 <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="left" Control="1" AltMeta="1" key="Left" />
+<keystroke action="left" Control="1" AltMeta="1" key="KP_Left" />
+<keystroke action="up" Control="1" AltMeta="1" key="Up" />
+<keystroke action="up" Control="1" AltMeta="1" key="KP_Up" />
+<keystroke action="right" Control="1" AltMeta="1" key="Right" />
+<keystroke action="right" Control="1" AltMeta="1" key="KP_Right" />
+<keystroke action="down" Control="1" AltMeta="1" key="Down" />
+<keystroke action="down" Control="1" AltMeta="1" key="KP_Down" />
 <keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" />
 </keystrokes>
-- 
cgit v1.2.3