From 44db83befb37157c5193dad0ea96d94560846b7f Mon Sep 17 00:00:00 2001 From: breadcat Date: Mon, 13 Nov 2023 18:30:03 +0000 Subject: Sort shortcut for n++ --- ahk-assistant.ahk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index ac075e3..d7d1fab 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -258,6 +258,10 @@ Alt & Enter::toggleFullscreen() ; leave flash full screen with a keyboard comman !u::Send ^a!o ; remap delete last character to sort lines, after selecting everything #IfWinActive +#IfWinActive ahk_class Notepad++ ; notepad++ +!o::Send {AltDown}el{Up 9}{AltUp}{Enter} +#IfWinActive + #IfWinActive ahk_exe calibre-parallel.exe ; calibre reader q:: ; overflow CapsLock::Send !{F4} ; quit -- cgit v1.2.3