mirror of
https://github.com/rbreaves/kinto.git
synced 2025-09-22 01:29:36 +02:00
- Fixes on paste in terminals for windows
This commit is contained in:
@@ -148,19 +148,14 @@ $^+Right::Send +{End}
|
||||
|
||||
; Paste
|
||||
^v::
|
||||
If not WinActive("ahk_group ConEmu") && not WinActive("ahk_exe cmd.exe"){
|
||||
SetKeyDelay -1
|
||||
Send {Blind}{LShift down}{v DownTemp}
|
||||
If WinActive("ahk_group posix"){
|
||||
Send {Blind}{Shift down}v{Shift up}
|
||||
}
|
||||
else{
|
||||
Send {Blind}v
|
||||
}
|
||||
return
|
||||
|
||||
^v up::
|
||||
SetKeyDelay -1
|
||||
Send {Blind}{v Up}{LShift Up}
|
||||
return
|
||||
#If
|
||||
|
||||
#IfWinActive ahk_group posix
|
||||
|
Reference in New Issue
Block a user