<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; autohotkey</title> <atom:link href="http://www.ghacks.net/tag/autohotkey/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Select All Fixes Standard Windows Select All Text Behavior</title><link>http://www.ghacks.net/2010/03/23/select-all-fixes-standard-windows-select-all-text-behavior/</link> <comments>http://www.ghacks.net/2010/03/23/select-all-fixes-standard-windows-select-all-text-behavior/#comments</comments> <pubDate>Tue, 23 Mar 2010 08:31:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[autohotkey]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[select all]]></category> <category><![CDATA[text selection]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23906</guid> <description><![CDATA[Select All is a small Autohotkey application that fixes the standard Windows select all behavior. Pressing Ctrl A normally results in all text in an active field, form or window to be selected. There are however situations where this is not working correctly so that only parts of the text are selected. The developer was [...]]]></description> <content:encoded><![CDATA[<p>Select All is a small Autohotkey application that fixes the standard Windows select all behavior. Pressing Ctrl A normally results in all text in an active field, form or window to be selected. There are however situations where this is not working correctly so that only parts of the text are selected.</p><p>The developer was <a
href="http://www.donationcoder.com/forum/index.php?topic=22187.new">kind</a> enough to provide several sample applications where the select all behavior was not working correctly in the Windows operating system. The broken behavior occurs for instance in Windows Explorer, the PDF reader Sumatra or the standard save dialog.</p><p><span
id="more-23906"></span>Select All is intuitive to use. Tapping the Ctrl A shortcut a second time whenever the first does not select all text in an active form, field or window will select all the text in most applications. There is also the possibility to press Ctrl A, hold the CTRL key and press A again to perform the same operation. The developer prefers the second method which is probably a bit faster but requires the user&#8217;s knowledge of the faulty behavior.</p><p>Select All fixes the text selection in many applications that show the erratic behavior. Some programs on the other hand, including Nirsoft applications, do not work with the software program.</p><p>Users who have faced incorrect text selection behavior in the past should give Select All a try to see if it fixes their issues. Select All can be downloaded from the <a
href="http://www.donationcoder.com/forum/index.php?topic=22187.new">Donation Coder</a> forum.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/23/select-all-fixes-standard-windows-select-all-text-behavior/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Typing Aid To Auto Complete Words</title><link>http://www.ghacks.net/2010/02/18/typing-aid-to-auto-complete-words/</link> <comments>http://www.ghacks.net/2010/02/18/typing-aid-to-auto-complete-words/#comments</comments> <pubDate>Thu, 18 Feb 2010 16:43:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[auto complete]]></category> <category><![CDATA[autohotkey]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[typing aid]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23179</guid> <description><![CDATA[Auto complete is a semi-automated typing aid that usually is added by software developer&#8217;s to their programs. They usually match words in a dictionary against the first few chars that are typed by the user. The user can then activate the auto completion of the word or continue typing to finish the word or reduce [...]]]></description> <content:encoded><![CDATA[<p>Auto complete is a semi-automated typing aid that usually is added by software developer&#8217;s to their programs. They usually match words in a dictionary against the first few chars that are typed by the user. The user can then activate the auto completion of the word or continue typing to finish the word or reduce the number of words that are suggested by the auto complete feature.</p><p>Most auto complete features are on the other hand limited to the application they have been developed for which can mean that a user needs to get used to several of those auto completion tools which usually work slightly different.</p><p><span
id="more-23179"></span>That&#8217;s where Typing Aid might help computer users who need to use auto complete in multiple applications. The program runs in the background and is compatible with most, if not all, applications and text forms including web browser and text editors.</p><p>The program has a few compatibility options that need to be edited if the auto complete does not work out of the box. This was for instance the case in our Windows 7 Professional system. We had to edit the preferences file to change the compatibility mode from 1 to 3 to get it working in all our applications.</p><p>The words are taken from the wordlist.txt which can be filled with words by the user. The program supports unicode and works with accents. It has a learning mode that can be used to add words and phrases to the database.</p><p>Typing Aid will display possible matches for characters that are entered by the user. It begins by three chars initially which can be changed in the options. The possible matches are displayed in an overlay window that uses a numbering system for the options. The user can then use various hotkeys to select a phrase from the list to auto complete the typed chars.</p><p>Many settings of the program can be changed in the preferences file. Typing Aid can be downloaded from the developer&#8217;s website. It is a portable software program that works in Windows 7 and earlier Microsoft operating systems.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/18/typing-aid-to-auto-complete-words/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Custom Paper Keyboards</title><link>http://www.ghacks.net/2007/10/23/custom-paper-keyboards/</link> <comments>http://www.ghacks.net/2007/10/23/custom-paper-keyboards/#comments</comments> <pubDate>Tue, 23 Oct 2007 06:20:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Gadgets]]></category> <category><![CDATA[autohotkey]]></category> <category><![CDATA[keyboards]]></category> <category><![CDATA[paper keyboards]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/10/23/custom-paper-keyboards/</guid> <description><![CDATA[Flippress is a German startup that is currently in the process of creating a website that will allow everyone to create their own customized paper keyboards which can be used as any normal keyboard on the market with the difference that it is completely made of paper.]]></description> <content:encoded><![CDATA[<p>Flippress is a German startup that is currently in the process of creating a website that will allow everyone to create their own customized paper keyboards which can be used as any normal keyboard on the market with the difference that it is completely made of paper.</p><p>To get into more detail: The paper keyboard consists of three layers of paper. Conducting paths are printed on the top and bottom paper while the middle paper separates the other two. The middle paper has holes that connect the two other papers when a key is pressed which basically has the effect that the signal is send to the computer.</p><p><img
src="http://www.ghacks.net/files/screens/2007/10/paper-keyboards.jpg" alt="paper keyboards" /></p><p><span
id="more-2161"></span>The paper keyboards use the Open Source software Autohotkey to define and change the keyboard shortcuts. This means you do not purchase a normal keyboard which you can use to type but a specialized keyboard.</p><p><img
src="http://www.ghacks.net/files/screens/2007/10/paper-keyboards2.jpg" alt="paper keyboards" /></p><p>Autohotkey is however not the only possibility to use the paper keyboard. Using an USB Adapter would be another solution, softwares that have the support build in and self created scripts that interpretate the keys presses two other possibilities.</p><p>This means that the paper keyboards should be plattform independent.</p><p>Read More:</p><p>Flippress (German)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/10/23/custom-paper-keyboards/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Nifty Windows</title><link>http://www.ghacks.net/2007/07/23/nifty-windows/</link> <comments>http://www.ghacks.net/2007/07/23/nifty-windows/#comments</comments> <pubDate>Mon, 23 Jul 2007 07:58:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[autohotkey]]></category> <category><![CDATA[nifty windows]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/07/23/nifty-windows/</guid> <description><![CDATA[Nifty Windows is a compilation of dozens of Autohotkey scripts in one application that are all aimed at providing the user with a better way of interacting with windows. The compilation offers 28 new ways to interact with the user interface of Windows by using either hotkeys or the mouse.]]></description> <content:encoded><![CDATA[<p>Nifty Windows is a compilation of dozens of <a
href="http://www.autohotkey.com/">Autohotkey</a> scripts in one application that are all aimed at providing the user with a better way of interacting with windows. The compilation offers 28 new ways to interact with the user interface of Windows by using either hotkeys or the mouse.</p><p>Let me give you some examples to make this clearer. After installing <a
href="http://www.enovatic.org/products/niftywindows/introduction/">Nifty Windows</a> you may minimize a folder or application by clicking the left and right mouse button. The right and middle button would close a window while the Windows key plus the mouse wheel would change the transparency level of a window.</p><p>The real beauty is that you only need to download the Nifty Windows application and start it to have access to all 28 features of it. Let me give you an overview of all features that are accessible. The developer of the application <a
href="http://www.enovatic.org/products/niftywindows/features/">describes</a> them as well on his website.</p><p><span
id="more-1789"></span><ul><li>CTRL+ALT + BACKSPACE &#8211; removes all visual effects that have been created with Nifty Windows</li><li>RIGHT BUTTON + DRAG &#8211; Drag and resize windows</li><li>RIGHT BUTTON+LEFT BUTTON &#8211; Minimize Window to the taskbar if possible</li><li>CTRL + WIN + R  &#8211; unrolls all Windows</li><li>RIGHT BUTTON + MIDDLE BUTTON &#8211; closes a window if possible</li><li>RIGHT BUTTON + WHEEL &#8211; switches tasks just like alt tab</li><li>MIDDLE BUTTON &#8211; double click</li><li>FOURTH BUTTON  &#8211; toggles start menu</li><li>FIFTH BUTTON &#8211; maximize window</li><li>WIN + 0..9 &#8211; opens or closes the tray of a CD or DVD drive</li><li>PAUSE &#8211; toggles muteness of the audio card</li><li>WIN + S &#8211; starts the screensaver</li><li>WIN + LEFT BUTTON &#8211; toggles the always on top attribute</li><li>CTRL + WIN + ^ &#8211; removes any always on top attribute</li><li>WIN + WHEEL &#8211; changes the transparency level of a window</li><li>WIN + CTRL + LEFT BUTTON  &#8211; offers pixel transparency</li><li>WIN + CTRL + MIDDLE BUTTON &#8211; combines transparency and pixel transparency</li><li>WIN + MIDDLE BUTTON &#8211; removes any transparency effect of the current window</li><li>CTRL + WIN + T &#8211; removes any transparency effect</li><li>ALT + WHEEL &#8211; changes the size of the window in ten percent steps</li><li>ALT + NumAdd, ALT+NumSub  &#8211; changes the size of a window in steps of standard screen resolutions.</li><li>WIN+F1..F24 &#8211; Activates the next window in a process window group</li><li>WIN + ESC &#8211; enable or disable all Nifty Windows hotkey and mouse features</li><li>WIN + X &#8211; exits Nifty Windows</li><li>CTRL + SHIFT + B &#8211; toggles the visibility of the Miranda Buddy list</li><li>CTRL + SHIFT + U  &#8211; toggles the visibility of the last used message container</li></ul> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/07/23/nifty-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
