October 25, 20241 yr Hi, I have a two years old script written using VKU and VKD. It seams that the Keystroke interfere now with other program short key 😞 How can I convert it back in "readable" KeyPress ? Is their somewhere a translate table ? Thanks for your help. Gérard
October 26, 20241 yr Commercial Member 7 hours ago, gaab said: How can I convert it back in "readable" KeyPress ? Is their somewhere a translate table ? Not really, no. They aren't actual "keys" in the sense of "characters". These numbers are the scan codes of your own personal keyboard, they denote the physical key, not its "meaning". Scan codes can be different on different computers and keyboards. Furthermore, scan codes mean different things on different keyboards, just think of foreign languages: a Chinese keyboard will broadly have the same scan codes as an American one, but they "mean" very different things. Your only option is to use the "Insert VKey" dialog and try to find the matching codes. Edited October 26, 20241 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment