diff options
-rw-r--r-- | ahk-assistant.ahk | 6 |
1 files changed, 6 insertions, 0 deletions
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
|