- Firefox paste fix for Windows

This commit is contained in:
Ben Reaves
2020-05-08 03:46:34 -05:00
parent 7904be6d5c
commit b85b786dcc

View File

@@ -86,6 +86,11 @@ $^+Right::Send +{End}
#^g::send !{F3}
#If
; Not sure why this fix is needed
#IfWinActive ahk_exe Firefox.exe
^v::send ^v
#If
#IfWinActive ahk_group terminals
; Copy
^c::Send {LCtrl down}{LShift down}c{LCtrl Up}{LShift Up}