From 34850e5f5cbc9a01606967f10d59fea7e33895dc Mon Sep 17 00:00:00 2001 From: breadcat Date: Wed, 10 Jan 2024 19:20:04 +0000 Subject: Notepad++ remove duplicates --- ahk-assistant.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index d7d1fab..f9d281e 100644 --- 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 -- cgit v1.2.3