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:
ShortcutKey
%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.
Page rendered at Thursday, August 28, 2008 3:32:18 AM (Pacific Daylight Time, UTC-07:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
E-mail