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 /doc/nxagent | |
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 'doc/nxagent')
-rw-r--r-- | doc/nxagent/README.keystrokes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/nxagent/README.keystrokes b/doc/nxagent/README.keystrokes index b76e9fd62..e916bddc0 100644 --- a/doc/nxagent/README.keystrokes +++ b/doc/nxagent/README.keystrokes @@ -129,6 +129,10 @@ reread_keystrokes autograb Toggles autograb mode +dump_clipboard + print the current internal clipboard state (for debugging) to the + log. + force_synchronization Forces immediate drawing of elements to be synchronized which can fix some visual bugs. |