<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Currysuechtig</title>
<link>http://snipplr.com/users/Currysuechtig</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 06:20:07 GMT</pubDate>
<item>
<title>(C#) Windows Forms Keyboard Shortcut on Control</title>
<link>http://snipplr.com/view/57156/windows-forms-keyboard-shortcut-on-control/</link>
<description><![CDATA[ <p>Easily create Windows Forms Shortcuts with this class.

For example: A shortcut to catch pasting via Ctrl + V.
Shortcut sc = new Shortcut(this, new Action(() => MessageBox.Show("Data pasted!")));
sc.Keys.Add(Keys.ControlKey);
sc.Keys.Add(Keys.V);</p> ]]></description>
<pubDate>Tue, 26 Jul 2011 21:43:49 GMT</pubDate>
<guid>http://snipplr.com/view/57156/windows-forms-keyboard-shortcut-on-control/</guid>
</item>
</channel>
</rss>