Hotkey for 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 ShortcutKey in
%ProgramFiles%\Tom Medhurst\Clipboard.NET\clipmon32.exe.config:
<applicationSettings>
<clipmon32.Properties.Settings>
<setting name="ShortcutKey" serializeAs="String">
<value>OemComma</value>
The new hotkey will be Ctrl+keyname.