Keyboard Layout
-
Hi everyone. I want to develop an application that runs in background and changes the function of each key of the keyboard. for example if i press the letter Q i want to send some other key( Amharic letter) to the active application. I've downloaded the utf-8 unicode characters of all Amharic letters. How can i achieve this? TNX in advance
-
Hi everyone. I want to develop an application that runs in background and changes the function of each key of the keyboard. for example if i press the letter Q i want to send some other key( Amharic letter) to the active application. I've downloaded the utf-8 unicode characters of all Amharic letters. How can i achieve this? TNX in advance
You could write your own keyboard layout, or provide a general hook into teh keyboard itself. Layout: You are on your own: I know nothing! Hooking: There is an article here A Simple C# Global Low Level Keyboard Hook[^] which will give you the basics.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."
-
Hi everyone. I want to develop an application that runs in background and changes the function of each key of the keyboard. for example if i press the letter Q i want to send some other key( Amharic letter) to the active application. I've downloaded the utf-8 unicode characters of all Amharic letters. How can i achieve this? TNX in advance
-
Hi everyone. I want to develop an application that runs in background and changes the function of each key of the keyboard. for example if i press the letter Q i want to send some other key( Amharic letter) to the active application. I've downloaded the utf-8 unicode characters of all Amharic letters. How can i achieve this? TNX in advance
I am not sure and have not worked on that. I got a link and suggesting you to Go there-[The Microsoft Keyboard Layout Creator][^]. you can might get some Idea.