Skip to content

Commit

Permalink
Semicolon now goes to end of line
Browse files Browse the repository at this point in the history
The semicolon now goes to the end of the line when held down, rather
than "right" one.
  • Loading branch information
benwoodman committed Jul 26, 2015
1 parent 111fc95 commit 8954f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevKeyboard.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ if var semicolonkey
{
KeyWait `;, t%time%
if errorlevel
send {BS 1}{Right}{Raw};
send {BS 1}{End}{Raw};
KeyWait, `;, U
}
Return
Expand Down

0 comments on commit 8954f98

Please sign in to comment.