ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 44db83befb37157c5193dad0ea96d94560846b7f
parent 2dc41deeafdf5dc8a28c0ec0682a0574148e05cf
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon, 13 Nov 2023 18:30:03 +0000

Sort shortcut for n++

Diffstat:
Mahk-assistant.ahk | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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