From a45a348c44d5c39e8b8de3289f764f4ab397dff7 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller 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/keystrokes.cfg') 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 @@ + + + + + + + + + + + + -- cgit v1.2.3 From e3240d6b3f9f5dc9ddcd41c24a3c2fbc394c3735 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Thu, 23 Mar 2017 23:48:46 +0100 Subject: keystrokes.cfg: remove debug keystrokes Normal builds will not contain support for some keystrokes but warn about unknown keystroke actions: Info: ignoring unknown keystroke action 'debug_tree'. Info: ignoring unknown keystroke action 'regions_on_screen'. Info: ignoring unknown keystroke action 'test_input'. Info: ignoring unknown keystroke action 'deactivate_input_devices_grab'. So we remove those from the default keystrokes config. --- etc/keystrokes.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'etc/keystrokes.cfg') diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index 2821034b6..1620e04d0 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -8,10 +8,6 @@ - - - - -- cgit v1.2.3 From ee18cd43d873bc814ca40faabd29cc486061969f Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Mon, 27 Mar 2017 22:58:38 +0200 Subject: Keystrokes: rename left/up/right/down keystrokes to descriptive names The are now called reflecting their purpose: viewport_scroll_left/up/right/down. This also regroups all the keystrokes referring to viewport stuff. --- etc/keystrokes.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/keystrokes.cfg') diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index 1620e04d0..b482119ad 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -4,10 +4,10 @@ - + @@ -16,13 +16,13 @@ - - - - - - - - + + + + + + + + -- cgit v1.2.3