Add MouseMover, available through right click of tray icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user