AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Pre-1.0.17 Changes

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements
View previous topic :: View next topic  
Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10471

PostPosted: Mon Jul 19, 2004 7:25 pm    Post subject: Pre-1.0.17 Changes Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10471

PostPosted: Fri Jul 23, 2004 5:13 pm    Post subject: Reply with quote

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".
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10471

PostPosted: Tue Jul 27, 2004 6:45 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10471

PostPosted: Wed Jul 28, 2004 7:36 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10471

PostPosted: Mon Aug 02, 2004 5:16 pm    Post subject: Reply with quote

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]
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group