Skip to content

Commit

Permalink
Preparing for v2.19.6.0 cut.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiacDC committed Oct 30, 2014
1 parent c4471e7 commit 8d263db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
@@ -1,3 +1,8 @@
*2.19.6 10/30/2014
** Fix issue with AHK v1.1. Sometimes the script would stop detecting Input.
** Fixes to support Diacritic and Unicode characters.
** Fixes to support alternative keyboard layouts.

*2.19.5 10/7/2014
** Detect when SendPlay will not work and switch to SendInput (SendPlay requires Administrative Rights)
** Added ability to use a Defaults.ini file.
Expand Down
3 changes: 3 additions & 0 deletions Source/TypingAid.ahk
Expand Up @@ -164,6 +164,9 @@ ProcessKey(chr,EndKey)
{
EndKey = Max
}

IfEqual, EndKey, NewInput
Return

IfEqual, EndKey, Endkey:Tab
If ( GetKeyState("Alt") =1 || GetKeyState("LWin") =1 || GetKeyState("RWin") =1 )
Expand Down

0 comments on commit 8d263db

Please sign in to comment.