From b85b786dcc449e7d479399323cd7f0cf962acb58 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 8 May 2020 03:46:34 -0500 Subject: [PATCH] - Firefox paste fix for Windows --- windows/kinto.ahk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index bdd9415..331d198 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -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}