diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-05 23:51:24 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-27 14:10:16 +0200 |
commit | 58183b7ceacb774b018bd61e6ad6c127662c7fcb (patch) | |
tree | c363adf91d180fcd3364f14495034bd9a03b1246 /etc | |
parent | daa50fd80ed5f777754a51c0e2b4869ba083a337 (diff) | |
download | nx-libs-58183b7ceacb774b018bd61e6ad6c127662c7fcb.tar.gz nx-libs-58183b7ceacb774b018bd61e6ad6c127662c7fcb.tar.bz2 nx-libs-58183b7ceacb774b018bd61e6ad6c127662c7fcb.zip |
nxagent: Add autograb mode.
You can now toggle between autograb mode by pressing CTRL-ALT-G
(default, can be adjusted in keystrokes.cfg).
Fixes ArcticaProject/nx-libs#384.
Diffstat (limited to 'etc')
-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 856369839..27acf8e84 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -24,4 +24,5 @@ <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" /> +<keystroke action="autograb" Control="1" AltMeta="1" key="g" /> </keystrokes> |