First of all, I realy love this great program!!
Now my problem: ...
I'v made a very simple script to catch WINDOWS-D (#d) and make it dump the current date.
heres my code
Code:
; WIN-d output current date as text
;--------------------------------------------------------------
#d::
FormatTime, TimeString,, yyyy'-'MM'-'dd
Send, %Timestring%
return
now when doing regular windows things like email etc ... windows will now and then get confused and when i press the key "d" (WITHOUT the windows key) it prints out the date or minimizes all my applications (the normal windows behaviour for WINDOWS-D key)
My question:
- How to make the default WINDOWS-D key dead.
- if there is an error in my script, please let me know.