diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-02-14 00:28:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-31 12:52:35 +0200 |
commit | b82f44e3565b6670e816f4081076596d0ea0236b (patch) | |
tree | 86a3938217ae3e8d32aee6b1a1140d6aa9e7db9e /etc | |
parent | 89de77cdc04f81d8080fa07507bb4bbf37e1b514 (diff) | |
download | nx-libs-b82f44e3565b6670e816f4081076596d0ea0236b.tar.gz nx-libs-b82f44e3565b6670e816f4081076596d0ea0236b.tar.bz2 nx-libs-b82f44e3565b6670e816f4081076596d0ea0236b.zip |
nxagent: Add keystroke for dumping the current clipboard state
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 27acf8e84..ea9feeea6 100644 --- a/etc/keystrokes.cfg +++ b/etc/keystrokes.cfg @@ -25,4 +25,5 @@ <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" /> +<keystroke action="dump_clipboard" Control="1" Shift="1" AltMeta="1" key="c" /> </keystrokes> |