Code: Select all
^*::
msgbox hello
return
From the documentation I know asterisk is wildcard, but it seems not to work in this situation. Is it a known limitation or did I use it correctly?
Code: Select all
^*::
msgbox hello
return
Code: Select all
*a::
Msgbox
Return