|
-
Jan 3rd, 2006, 05:23 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Change the key board KEYS AROUND
Hi im using Visual Studios.net C++ and i wanted to know if u can change the keys around on ur key board by this i mean
when i Hit A="a different letter other than A"
???
-
Jan 3rd, 2006, 05:54 PM
#2
Re: Change the key board KEYS AROUND
There is a tool, the Keyboard Layout Creator that can change which characters are produced by which keys. This works for the entire system.
Or do you want it to change only in your program? In that case you could make your own input handling functions (to replace cin/scanf), and translate the characters that are entered before displaying them.
-
Jan 3rd, 2006, 06:14 PM
#3
Thread Starter
Hyperactive Member
Re: Change the key board KEYS AROUND
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|