AutoHotkey Community

It is currently May 27th, 2012, 11:38 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Pre-1.0.17 Changes
PostPosted: July 19th, 2004, 8:25 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following minor changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed auto-replace hotstrings so that end-chars reserved by the Send command, such as !{}, are sent as part of the replacement.

Added built-in variable A_EndChar, which is the ending character pressed by the user to trigger the most recent non-auto-replace hotstring. If no ending character was required (due to the * option), this variable will be blank. More details: This variable is useful when making hotstrings that use the Send command or whose behavior should vary depending on which ending character was typed by the user. To send the ending character, use SendRaw %A_EndChar% because characters such as !{} have a special purpose when used by the normal Send command.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 23rd, 2004, 6:13 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed (hopefully) hotstrings for keyboard layouts that use dead characters -- such as acute (´), circumflex (^), and grave (`) -- so that the keyboard will continue to function properly. [thanks /Torben]

Fixed registry loops so that an entire root key can be recursively searched. [thanks sleepyy35]

Changed the Input command's MatchList so that two consecutive commas results in a single literal comma. In this example, a single literal comma is included at the end of word1: "word1,,,word2".


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2004, 7:45 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed the Input command so that a match-list contained in a variable will not be ignored if it's first character is a comma. [thanks Rajat]

ANOTHER TRY: Fixed (hopefully) hotstrings for keyboard layouts that use dead characters -- such as acute (´), circumflex (^), and grave (`) -- so that the keyboard will continue to function properly. [thanks /Torben]

For the next few weeks, I'll have less time to work on AHK. So major new features such as GUI forms won't be appearing quite as fast as they have in the past. Thanks for your patience.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2004, 8:36 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed Ctrl-Alt-Del security screen and Win+L (lock the computer) to prevent sticking keys. Both were partly broken by v1.0.16. [thanks frk]

Fixed (again) hotstrings for keyboard layouts that use dead keys -- such as acute (´), circumflex (^), and grave (`) -- so that the keyboard will continue to function properly. [thanks /Torben & Jordi]

In addition, it should be possible to create hotstrings containing diacritic letters. Example:
::áê::
Msgbox test
return


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 2nd, 2004, 6:16 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed command Suspend, which sometimes permanently disabled all hotstrings. [thanks Loneaussie]

Fixed commands Suspend and Hotkey, which sometimes reset the state of the keys to "all up" even if the user was holding down a hotkey. [thanks WhiteCloud]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher and 1 guest


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group