Skip to content

Commit

Permalink
changed highlighting the address bar from F6 to Ctrl+l to prevent acc…
Browse files Browse the repository at this point in the history
…idetal unhighlighting.
  • Loading branch information
etgocode committed May 10, 2020
1 parent 44c3112 commit 8b3f4e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion de/tabtowindow.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive, ahk_class MozillaWindowClass
^!n::
cal := 70 ; time in ms between the actions. Has to be tweaked according to system performance.
send {F6}
sendInput ^l
sleep, %cal%
send +{Tab}
sleep, %cal%
Expand Down
2 changes: 1 addition & 1 deletion en-US/tabtowindow.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive, ahk_class MozillaWindowClass
^!n::
cal := 70 ; time in ms between the actions. Has to be tweaked according to system performance.
send {F6}
sendInput ^l
sleep, %cal%
send +{Tab}
sleep, %cal%
Expand Down
2 changes: 1 addition & 1 deletion fr/tabtowindow.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive, ahk_class MozillaWindowClass
^!n::
cal := 70 ; time in ms between the actions. Has to be tweaked according to system performance.
send {F6}
sendInput ^l
sleep, %cal%
send +{Tab}
sleep, %cal%
Expand Down

0 comments on commit 8b3f4e6

Please # to comment.