Skip to content

Commit

Permalink
modifier getting stuck
Browse files Browse the repository at this point in the history
fixes #17
  • Loading branch information
adamjimenez committed Jan 20, 2015
1 parent 7a573bb commit 394de1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified Xbox2Mouse.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion source/Xbox2Mouse.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,11 @@ return

; ALT ENTER MENU
GoAltEnter:
SetMouseDelay, -1 ; Makes movement smoother.
Settimer CheckAll, off
Settimer ReActivateCheckAll, 1000
Send {Alt down}{Enter}{Alt up}
Send !{Enter}
BlockPOVTab := 0
return

; Toggle one handed mode
Expand Down

0 comments on commit 394de1c

Please sign in to comment.