Skip to content

Commit

Permalink
more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerasw committed May 17, 2023
1 parent 86e3cab commit 77b6606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MacroNumberKeys.ahk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
;===================================func===================================
;edge
edge_func(key,shortcut1,shortcut2)
edge_func(key,shortcut1,shortcut2,app="ahk_exe msedge.exe")
{
IfWinActive ahk_exe msedge.exe
IfWinActive %app%
{
keywait, %key%, T0.4
err := Errorlevel
Expand Down

0 comments on commit 77b6606

Please sign in to comment.