From bcea1e682a6b35d7312e89ad29ec2837c95efb87 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 11 Feb 2021 18:17:39 -0600 Subject: [PATCH] - Revised Windows Back/Forward/Undo syntax --- windows/kinto.ahk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 5ba887c..bb9f481 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -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}