Skip to content

Commit

Permalink
Add enable/disable hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
popcar2 committed Jul 22, 2022
1 parent 33e29fb commit 4b58394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Franco.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

+`::
suspend
return

a::
e:: ; A and E use the same inputs, since they're similar.
if (lastPressed = "2"){
Expand Down

0 comments on commit 4b58394

Please sign in to comment.