diff options
Diffstat (limited to 'etc/keystrokes.cfg')
-rw-r--r-- | etc/keystrokes.cfg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg new file mode 100644 index 000000000..b482119ad --- /dev/null +++ b/etc/keystrokes.cfg @@ -0,0 +1,28 @@ +<!DOCTYPE NXKeystroke> +<keystrokes> +<keystroke action="close_session" Control="1" AltMeta="1" key="t" /> +<keystroke action="switch_all_screens" Control="1" AltMeta="1" key="f" /> +<keystroke action="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" /> +<keystroke action="minimize" Control="1" AltMeta="1" key="m" /> +<keystroke action="defer" Control="1" AltMeta="1" key="e" /> +<keystroke action="ignore" Control="1" AltMeta="1" key="BackSpace" /> +<keystroke action="force_synchronization" Control="1" AltMeta="1" key="j" /> +<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_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" /> +<keystroke action="viewport_scroll_up" Control="1" AltMeta="1" key="KP_Up" /> +<keystroke action="viewport_scroll_right" Control="1" AltMeta="1" key="Right" /> +<keystroke action="viewport_scroll_right" Control="1" AltMeta="1" key="KP_Right" /> +<keystroke action="viewport_scroll_down" Control="1" AltMeta="1" key="Down" /> +<keystroke action="viewport_scroll_down" Control="1" AltMeta="1" key="KP_Down" /> +<keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" /> +</keystrokes> |