ahka

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

commit 8589f5db278166bb2058a79bdc015da0fb2f3d08
parent c65650ad0e0a57faa220f182ea3ea5751bcafde3
Author: Peter <peter@minskio.co.uk>
Date:   Wed, 27 Apr 2022 10:42:17 +0100

Windows 10 font viewer hotkeys

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

diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk @@ -108,6 +108,12 @@ Alt & Enter::toggleFullscreen() ; leave flash full screen with a keyboard comman CapsLock::Send !{F4} ; quit #IfWinActive +#IfWinActive ahk_exe fontview.exe ; windows 10 font viewer +q:: ; overflow +^w:: ; overflow +CapsLock::Send !{F4} ; quit +#IfWinActive + #IfWinActive ahk_exe 7zFM.exe ; 7zip file manager !Up::Send {Backspace} #IfWinActive