George V. Reilly

Hotkey for Clipboard.NET

Clipboard.NET

I use Clipboard.NET as a clipboard manager on Windows. It stores the last few entries sent to the clipboard.

There’s one problem: the default hotkey is Ctrl+Comma, which also happens to be an important key for Outlook (previous message). I figured out a while ago how to change the hotkey, but my report doesn’t show up when you search for it.

Net: using a key name from the ConsoleKey table, change the value of Short­cutKey in %Pro­gram­Files%\­Tom Med­hurst\­Clip­board.NET\clipmon32.exe.config:

<applicationSettings>
    <clipmon32.Properties.Settings>
          <setting name="ShortcutKey" serializeAs="String">
                  <value>OemComma</value>

The new hotkey will be Ctrl+keyname.

blog comments powered by Disqus
Blast from the Past II » « Tsai-Fan Yu