George V. Reilly's Technical Blog

Hotkey for Clipboard.NET

https://files.bountysource.com/system/files/LibraryEntry/144/screenshot.jpg.medium.jpg

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.

Comments

nick_varzel said:

# May 14, 2009 9:46 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)