From 8589f5db278166bb2058a79bdc015da0fb2f3d08 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 27 Apr 2022 10:42:17 +0100 Subject: Windows 10 font viewer hotkeys --- ahk-assistant.ahk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index cdd64b0..da08a6a 100644 --- 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 -- cgit v1.2.3