mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-03 17:46:39 +02:00
- Revised Windows Back/Forward/Undo syntax
This commit is contained in:
@@ -492,14 +492,15 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
; Reopen closed tab or Undo text field
|
; Reopen closed tab or Undo text field
|
||||||
$^z::
|
$^z::
|
||||||
if(blinking()){
|
if(blinking()){
|
||||||
Send, ^z
|
Send ^z
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
Send, ^+t
|
Send ^+t
|
||||||
}
|
}
|
||||||
|
Return
|
||||||
; Open preferences
|
; Open preferences
|
||||||
#IfWinActive ahk_exe firefox.exe
|
#IfWinActive ahk_exe firefox.exe
|
||||||
^,::send, {Ctrl Down}t{Ctrl Up}about:preferences{Enter}
|
^,::send {Ctrl Down}t{Ctrl Up}about:preferences{Enter}
|
||||||
#If
|
#If
|
||||||
#IfWinActive ahk_exe chrome.exe
|
#IfWinActive ahk_exe chrome.exe
|
||||||
^,::send {Alt Down}e{Alt Up}s{Enter}
|
^,::send {Alt Down}e{Alt Up}s{Enter}
|
||||||
|
Reference in New Issue
Block a user