Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v1) • KeyOpt(...): difference between KeyOpt( ..., "N" ) and NotifyNonText

$
0
0
Hallo.
About keyOpt(Keys, KeyOptions) I need to know the difference between
InputHook.KeyOpt(Key, "N")
and
InputHook.NotifyNonText
The only difference is theat the first option allows the set for any single key, and the second option set for all keys?
If I set a key with
InputHook.KeyOpt(Key, "N")
can I unset it with
InputHook.NotifyNonText := 0
?
Thank you very much

Statistics: Posted by Archimede — Today, 06:58



Viewing all articles
Browse latest Browse all 579

Trending Articles