summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2022-04-27 10:42:17 +0100
committerPeter2022-04-27 10:42:17 +0100
commit8589f5db278166bb2058a79bdc015da0fb2f3d08 (patch)
tree09a4c0a3e7f166f78e12b2d17e77bf0c2aed8dbc
parentc65650ad0e0a57faa220f182ea3ea5751bcafde3 (diff)
downloadahka-8589f5db278166bb2058a79bdc015da0fb2f3d08.tar.gz
ahka-8589f5db278166bb2058a79bdc015da0fb2f3d08.tar.bz2
ahka-8589f5db278166bb2058a79bdc015da0fb2f3d08.zip
Windows 10 font viewer hotkeys
-rw-r--r--ahk-assistant.ahk6
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