diff --git a/windows/kinto.ahk b/windows/kinto.ahk index cb747ad..4289bb1 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -3,6 +3,7 @@ GroupAdd, terminals, ahk_exe ConEmu.exe GroupAdd, terminals, ahk_exe ConEmu64.exe GroupAdd, terminals, ahk_exe powershell.exe GroupAdd, terminals, ahk_exe WindowsTerminal.exe +GroupAdd, terminals, ahk_exe Hyper.exe GroupAdd, posix, ahk_exe ubuntu.exe GroupAdd, posix, ahk_exe ConEmu.exe @@ -63,6 +64,10 @@ $^+Right::Send +{End} ; Copy ^c::Send {LCtrl down}{LShift down}c{LCtrl Up}{LShift Up} #c::Send {LCtrl down}c{LCtrl Up} + #IfWinNotActive ahk_group ConEmu + ; Paste + ^v::Send {LCtrl down}{LShift down}v{LCtrl Up}{LShift Up} + #If #If #IfWinActive ahk_group posix @@ -105,11 +110,6 @@ $^+Right::Send +{End} #v::Send {LCtrl down}v{LCtrl Up} #If -#IfWinActive ahk_exe ubuntu.exe - ; Paste - ^v::Send {LCtrl down}{LShift down}v{LCtrl Up}{LShift Up} -#If - ;Disable win + l key locking (This line must come before any hotkey assignments in the .ahk file) ; Admin privileges required