Registriert seit: 21. Mär 2005
8 Beiträge
Delphi 6 Professional
|
keyboard layout
7. Jan 2007, 20:47
How to change a keyboard layout for another program? As I understood it`s not possible to do really. But I have successfully created a keyboard hook and can receive and send keyboard codes.
The question- How to change a received keyboard code to the code form another installed keyboard layout? For example, I have an "a" from the english layout('00000409') and it have to translated to "ф" from the russian keyboard layout('00000419')
May the source be with You!
|