aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-03-13 22:00:23 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-03-13 22:17:42 +0100
commitabf6242128394aa2374f3882252dfc84d4499c33 (patch)
treed49003d2c7f49f0eee4a4cb47d0917f9e2ca2555 /etc
parentaadcac452379ae0da59f1a16c60189a69ef822d6 (diff)
downloadnx-libs-abf6242128394aa2374f3882252dfc84d4499c33.tar.gz
nx-libs-abf6242128394aa2374f3882252dfc84d4499c33.tar.bz2
nx-libs-abf6242128394aa2374f3882252dfc84d4499c33.zip
Keystroke.c: add new keystroke to reread keystroke config
Default is ctrl-alt-k
Diffstat (limited to 'etc')
-rw-r--r--etc/keystrokes.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg
index 1716d6abe..22cc8c7a0 100644
--- a/etc/keystrokes.cfg
+++ b/etc/keystrokes.cfg
@@ -16,4 +16,5 @@
<keystroke action="viewport_move_up" Control="1" AltMeta="1" key="Up" />
<keystroke action="viewport_move_right" Control="1" AltMeta="1" key="Right" />
<keystroke action="viewport_move_down" Control="1" AltMeta="1" key="Down" />
+<keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" />
</keystrokes>