diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-04-27 02:02:15 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-04-27 02:02:15 +0200 |
commit | 380a4df0fa9adadabf06e719280dee1f2794d082 (patch) | |
tree | 6b379eaa67958793f355c2660d69f2e9411d4364 | |
parent | a430b4a87a7660ff6b04e187bfa01583e6372cad (diff) | |
download | nx-libs-380a4df0fa9adadabf06e719280dee1f2794d082.tar.gz nx-libs-380a4df0fa9adadabf06e719280dee1f2794d082.tar.bz2 nx-libs-380a4df0fa9adadabf06e719280dee1f2794d082.zip |
etc/keystrokes.cfg: fix whitespace errors.
-rw-r--r-- | etc/keystrokes.cfg | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/keystrokes.cfg b/etc/keystrokes.cfg index a5e521071..007a18288 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -1,19 +1,19 @@ <!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="minimize" Control="1" AltMeta= "1" key="m" /> -<keystroke action="resize" Control="1" AltMeta= "1" key="r" /> -<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="debug_tree" Control="1" AltMeta= "1" key="q" /> -<keystroke action="regions_on_screen" Control="1" AltMeta= "1" key="a" /> -<keystroke action="test_input" Control="1" AltMeta= "1" key="x" /> -<keystroke action="deactivate_input_devices_grab" Control="1" AltMeta= "1" key="y" /> -<keystroke action="fullscreen" Control="1" Shift="1" AltMeta= "1" key="f" /> -<keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta= "1" key="Left" /> -<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="close_session" Control="1" AltMeta="1" key="t" /> +<keystroke action="switch_all_screens" Control="1" AltMeta="1" key="f" /> +<keystroke action="minimize" Control="1" AltMeta="1" key="m" /> +<keystroke action="resize" Control="1" AltMeta="1" key="r" /> +<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="debug_tree" Control="1" AltMeta="1" key="q" /> +<keystroke action="regions_on_screen" Control="1" AltMeta="1" key="a" /> +<keystroke action="test_input" Control="1" AltMeta="1" key="x" /> +<keystroke action="deactivate_input_devices_grab" Control="1" AltMeta="1" key="y" /> +<keystroke action="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" /> +<keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta="1" key="Left" /> +<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" /> </keystrokes> |