commit 34850e5f5cbc9a01606967f10d59fea7e33895dc parent 44db83befb37157c5193dad0ea96d94560846b7f Author: breadcat <breadcat@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:20:04 +0000 Notepad++ remove duplicates Diffstat:
M | ahk-assistant.ahk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk @@ -259,7 +259,7 @@ Alt & Enter::toggleFullscreen() ; leave flash full screen with a keyboard comman #IfWinActive #IfWinActive ahk_class Notepad++ ; notepad++ -!o::Send {AltDown}el{Up 9}{AltUp}{Enter} +!o::Send {AltDown}el{Up 9}{AltUp}{Enter}{AltDown}el{Down}{AltUp}{Enter} ; remove duplicates and sort #IfWinActive #IfWinActive ahk_exe calibre-parallel.exe ; calibre reader