<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/quickkeydotnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Sep 2007 16:15:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/quickkeydotnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Doesn't work for Alt-0150</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Alt-0150 into Notepad produces, correctly, the extended hyphen symbol.&lt;br /&gt;
Using Quick Key, it produces something different, which doesn't show at all in Notepad.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">james</dc:creator><pubDate>Wed, 26 Sep 2007 16:15:50 -0000</pubDate><guid>https://sourceforge.netebc9b0ce7ca082657f8accf17d992a7c9a4bbf2c</guid></item><item><title>Bug in the Last Window keyword</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you send a character using the Last Window &lt;br /&gt;
character, the Character Grid will reset to it's &lt;br /&gt;
original size. This is very annoying. I hope to fix it &lt;br /&gt;
soon.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 30 Mar 2006 17:50:36 -0000</pubDate><guid>https://sourceforge.net79bdb44a1854003c6d3eb207c6cc800c230a4142</guid></item><item><title>Multiple small problems</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Quick Key installs to the wrong directory (should be&lt;br /&gt;
Program Files\Quick Key\ instead of Nathanael&lt;br /&gt;
Jones\Quick Key 5.2\&lt;/p&gt;
&lt;p&gt;The Quick Key icon has a built in version (BAD) that&lt;br /&gt;
does not match the latest release.&lt;/p&gt;
&lt;p&gt;Error Handler is confusing, should be OK to continue,&lt;br /&gt;
Cancel to close, instead of yes to continue, no to close.&lt;/p&gt;
&lt;p&gt;QuickKeyForm does not save its position correctly.&lt;/p&gt;
&lt;p&gt;The Auto-hide window should have a close-all button&lt;/p&gt;
&lt;p&gt;Better handling of explorer associations using&lt;br /&gt;
selective single/multi instanceing.&lt;/p&gt;
&lt;p&gt;CharacterGrid resizecharacters should detect when the&lt;br /&gt;
size is too small, and display a scroll bar by placing&lt;br /&gt;
controls over the edge&lt;/p&gt;
&lt;p&gt;The About dialog should display the correct version number.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathanael Jones</dc:creator><pubDate>Sat, 25 Feb 2006 22:27:34 -0000</pubDate><guid>https://sourceforge.netf4ae4147c9651c9f3a594fa71f41b983a5491a6a</guid></item><item><title>Copy &amp; Paste in the Toolbar broke</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Copy &amp;amp; Paste key shortcuts do not work in the toolbar.&lt;br /&gt;
They instead modify the current character set, and may&lt;br /&gt;
crash Quick Key if the current character set is blank,&lt;br /&gt;
or does not have character with input focus.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 14 Feb 2006 18:40:51 -0000</pubDate><guid>https://sourceforge.neteb9ce330df3410b0d401de6141c20ad7614d1773</guid></item><item><title>The intro page needs to be redesigned</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The into tip for Quick Key needs to be redesigned&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathanael Jones</dc:creator><pubDate>Mon, 06 Feb 2006 01:35:19 -0000</pubDate><guid>https://sourceforge.netb99c39bd8d7e9e972f1bf1f678e6ef24d2b8b589</guid></item><item><title>System Shutdown causes the Auto-hide feature to crash</title><link>https://sourceforge.net/p/quickkeydotnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you shut down the computer while Auto-hide is&lt;br /&gt;
enabled and visible, you may encouter this error. You&lt;br /&gt;
will need to kill the QuickKey.exe proccess from Task&lt;br /&gt;
Manager to stop the message from repeating.&lt;/p&gt;
&lt;p&gt;System.ObjectDisposedException: Cannot access a&lt;br /&gt;
disposed object.&lt;br /&gt;
Object name: 'DockIconForm'.&lt;br /&gt;
at System.Windows.Forms.Control.CreateHandle()&lt;br /&gt;
at System.Windows.Forms.Form.CreateHandle()&lt;br /&gt;
at System.Windows.Forms.Control.get_Handle()&lt;br /&gt;
at&lt;br /&gt;
System.Windows.Forms.Control.SetVisibleCore(Boolean value)&lt;br /&gt;
at System.Windows.Forms.Form.SetVisibleCore(Boolean&lt;br /&gt;
value)&lt;br /&gt;
at System.Windows.Forms.Control.set_Visible(Boolean&lt;br /&gt;
value)&lt;br /&gt;
at QuickKey.QuickKeyForm.tmrMouseOff_Tick(Object&lt;br /&gt;
sender, EventArgs e)&lt;br /&gt;
at System.Windows.Forms.Timer.OnTick(EventArgs e)&lt;br /&gt;
at&lt;br /&gt;
System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message&amp;amp;&lt;br /&gt;
m)&lt;br /&gt;
at System.Windows.Forms.NativeWindow.Callback(IntPtr&lt;br /&gt;
hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 21 Jan 2006 16:50:34 -0000</pubDate><guid>https://sourceforge.net80efdd6dce8c23196163f6d9a8c70a3d5d8f33d2</guid></item></channel></rss>