Page 1 of 1

SetKey() not clear

PostPosted: Mon May 31, 2021 6:19 am
by Silvio.Falconi
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 ?