diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-31 12:53:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-31 12:53:30 +0200 |
commit | 3f7bb584e1b56f787cc0b4bef684afc669359e83 (patch) | |
tree | 164b21be69dce127910dacfb27647da0b42681ea /etc | |
parent | 4904bfe1f57d50134fd12a08424d299ef4094ef5 (diff) | |
parent | 49d63d92a81ff5157c18bbdc9a3b0cba1b70d425 (diff) | |
download | nx-libs-3f7bb584e1b56f787cc0b4bef684afc669359e83.tar.gz nx-libs-3f7bb584e1b56f787cc0b4bef684afc669359e83.tar.bz2 nx-libs-3f7bb584e1b56f787cc0b4bef684afc669359e83.zip |
Merge branch 'uli42-pr/clipboard_dump' into 3.6.x
Attributes GH PR #918: https://github.com/ArcticaProject/nx-libs/pull/918
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> |