Chaning a character in the keyboard
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am wondering if is possible to "change" a character in Windows. In particular, we often use the € char, but we have to push 2 keys ("Alt Gr" + E), but I would like to implement an application running in background (or even a windows service) that catches the key § (for example) and transforms it in € in every window application the user is working with. Do you think it is possible? Thanks in advance! Dave