diff options
Diffstat (limited to 'etc/keystrokes.cfg')
-rw-r--r-- | etc/keystrokes.cfg | 1 |
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> |