Skip to content

Commit

Permalink
Default KeyDelay to 0, 0
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Mar 11, 2017
1 parent 0d59bd5 commit 53f4e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UCR.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#SingleInstance force
#MaxThreads 255

SetKeyDelay, 0, 0 ; Default to no delay, as UCR does not send presses, it holds or releases

; GUID used to start RPC for UCR
UCRguid := "{E97F3D9C-47D5-47EA-92FB-2974647DB131}"

Expand Down

0 comments on commit 53f4e50

Please sign in to comment.