- Revised Windows Back/Forward/Undo syntax

This commit is contained in:
Ben Reaves
2021-02-11 18:17:39 -06:00
parent 78e480c5ad
commit bcea1e682a

View File

@@ -492,14 +492,15 @@ GroupAdd, intellij, ahk_exe idea64.exe
; Reopen closed tab or Undo text field
$^z::
if(blinking()){
Send, ^z
Send ^z
}
else{
Send, ^+t
Send ^+t
}
Return
; Open preferences
#IfWinActive ahk_exe firefox.exe
^,::send, {Ctrl Down}t{Ctrl Up}about:preferences{Enter}
^,::send {Ctrl Down}t{Ctrl Up}about:preferences{Enter}
#If
#IfWinActive ahk_exe chrome.exe
^,::send {Alt Down}e{Alt Up}s{Enter}