From e81a689f4605459969e6bbd66ee0aaee38bf80e6 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 11 Nov 2021 11:07:30 +0000 Subject: Firefox options fix --- ahk-assistant.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index cd04948..4e9e895 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -241,7 +241,7 @@ Insert::appendClipboard() ^+m::Send, ^+n ; why is this feature even a thing #o::Send, ^c{F6}^v{Enter} ; copy selected uri and open in current tab #+o::Send, ^c^t^v{Enter} ; copy selected uri and open in new tab - ^+o::Send, !t{sleep 150}o ; C-S-o options + ^+o::Send, !t{sleep 150}s ; C-S-o options F1:: ; overflow F2::Send {Sleep 25}{Esc}{Sleep 25}{F6}{ShiftDown}{Tab 2}{ShiftUp}{AppsKey}w{Sleep 250} ; split current tab from window F7:: ; overflow -- cgit v1.2.3