Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Mar 7, 2018
1 parent ff95571 commit ad05139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContextCallback.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ return

SetKb1Context(state){
global isKeyboard1Active
Sleep 0
Sleep 0 ; We seem to need this for hotstrings to work, not sure why
isKeyboard1Active := state
}
#if isKeyboard1Active
Expand Down

0 comments on commit ad05139

Please sign in to comment.