aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-03-05 23:51:24 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-08-27 14:10:16 +0200
commit58183b7ceacb774b018bd61e6ad6c127662c7fcb (patch)
treec363adf91d180fcd3364f14495034bd9a03b1246 /etc
parentdaa50fd80ed5f777754a51c0e2b4869ba083a337 (diff)
downloadnx-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.cfg1
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>