<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: wxWidgets: Keyboard Shortcuts without a Menu</title>
	<atom:link href="http://www.gabehabe.com/blog/wxwidgets-keyboard-shortcuts-without-a-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabehabe.com/blog/wxwidgets-keyboard-shortcuts-without-a-menu/</link>
	<description>Cool blog, bro.</description>
	<lastBuildDate>Sun, 21 Aug 2011 02:42:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Danny</title>
		<link>http://www.gabehabe.com/blog/wxwidgets-keyboard-shortcuts-without-a-menu/comment-page-1/#comment-4</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabehabe.com/blog/?p=44#comment-4</guid>
		<description>To be honest, I&#039;d never even heard of them! ;)

However, I&#039;ve just looked up the wxAcceleratorTable, and I can see a problem in the use of it. I often write cross-platform code, so I don&#039;t like my applications to use anything that might act differently on other operating systems. Looking at the &lt;a href=&quot;http://www.lug.or.kr/docs/wxWidgets/wx_wxacceleratortable.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;documentation&lt;/a&gt; it seems that it only works with menu items under GTK? I may experiment with them over the weekend. Thanks for the tip! :)

[And yes, I know using wxMOD_CONTROL will vary across operating systems because Mac keyboards have the command key instead (wxMOD_CMD) ... but it&#039;s Mac, so who cares?] ;)</description>
		<content:encoded><![CDATA[<p>To be honest, I&#8217;d never even heard of them! ;)</p>
<p>However, I&#8217;ve just looked up the wxAcceleratorTable, and I can see a problem in the use of it. I often write cross-platform code, so I don&#8217;t like my applications to use anything that might act differently on other operating systems. Looking at the <a href="http://www.lug.or.kr/docs/wxWidgets/wx_wxacceleratortable.html" target="_blank" rel="nofollow">documentation</a> it seems that it only works with menu items under GTK? I may experiment with them over the weekend. Thanks for the tip! :)</p>
<p>[And yes, I know using wxMOD_CONTROL will vary across operating systems because Mac keyboards have the command key instead (wxMOD_CMD) ... but it's Mac, so who cares?] ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff English</title>
		<link>http://www.gabehabe.com/blog/wxwidgets-keyboard-shortcuts-without-a-menu/comment-page-1/#comment-3</link>
		<dc:creator>Jeff English</dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabehabe.com/blog/?p=44#comment-3</guid>
		<description>Did you consider using a wxAcceleratorTable? Since accelerator entries are processed before the key events, it can be very helpful for defining a set of accelerators on text controls, listviews, etc..  I also find it easier to set the same shortcut key(s) on multiple controls and have it be context-sensitive to the control that currently has the focus.</description>
		<content:encoded><![CDATA[<p>Did you consider using a wxAcceleratorTable? Since accelerator entries are processed before the key events, it can be very helpful for defining a set of accelerators on text controls, listviews, etc..  I also find it easier to set the same shortcut key(s) on multiple controls and have it be context-sensitive to the control that currently has the focus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

