Add MouseMover, available through right click of tray icon

This commit is contained in:
2020-05-18 16:56:41 -05:00
parent cc3863b0d2
commit b4637072a2
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -1,6 +1,7 @@
#Include, func.ahk
Menu, Tray, Icon, shell32.dll, 283 ; Set the tray icon to a keyboard
Menu, Tray, Add, MouseMover ; Add item to tray icon right click for mouse mover
;------------------------------------------------------------------------------
; Make sure the settings file exists, if not, create it
@@ -220,6 +221,9 @@ If (glovar = 1)
!+\::Run Settings.ahk ; Alt+Shift+\
MouseMover:
Run, msmv.ahk
Return
;------------------------------------------------------------------------------
; DTAC Solution Opener