about functionKeys[solved]
Posted: Mon Apr 06, 2015 10:39 am
Hi to all,
In my simple code below, I load the help file by pressing the key F1.
But what to write in that script if i want the user to press for example (under Windows) the keys Ctrl+Uppercase+F1 to load a special help file ?
Thanks in advance.
In my simple code below, I load the help file by pressing the key F1.
Code: Select all
on functionKey theKey
switch theKey
case 1 -- AIDE
etc...
Thanks in advance.