SetKey() not clear
Posted: Mon May 31, 2021 6:19 am
I have on procedure
SetKey( VK_F8, {||myfunc()} )
the user press F8 it run but also run if the user click crtl + f8
it run also if the user press F7 + F8 or shift+F8 or another key + F8
How it' s possible it ?
SetKey( VK_F8, {||myfunc()} )
the user press F8 it run but also run if the user click crtl + f8
it run also if the user press F7 + F8 or shift+F8 or another key + F8
How it' s possible it ?