summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'appspecific.ahk')
-rw-r--r--appspecific.ahk7
1 files changed, 7 insertions, 0 deletions
diff --git a/appspecific.ahk b/appspecific.ahk
index 1abdb47..46fa65d 100644
--- a/appspecific.ahk
+++ b/appspecific.ahk
@@ -96,6 +96,13 @@
^d::Send ^f ;bookmark remapped to find
^b::Send ^v ;replace bookmarks with paste
f6::Send ^l ;F6 jumps to address bar
+ ^+o::Send {AltDown}t<{AltUp}o ;ctrl+shift+o option
+ #o::
+ StringReplace, clipboard, clipboard, %A_SPACE%, , All ;remove spaces, basic validation
+ StringReplace, clipboard, clipboard, `r, , All ;remove lines, sometimes overflows :/
+ StringReplace, clipboard, clipboard, `n, , All ;remove lines, sometimes overflows :/
+ Send, ^c^t^v{Enter} ;copy selected uri and open, right click option fails to recognise ~50% of what I try
+ return
#IfWinActive
#IfWinActive ahk_class Notepad2 ;notepad2-mod