
Managing International
Keyboard Layouts
|
Copyright info |
|
All
code in this tutorial is protected by the [GPL License]. |
|
Tutorial by: Pat Aftermoon |
||||||||||||||||||||||||
|
Mailto: pat@aftermoon.net Editors
note: this is not a complete tutorial, but taken from a forum post on this
subject. If anyone feels the need to comment/describe the code some further,
feel free to send in improvements to tutorials@quakesrc.org
Here is my
code for managing international keyboard. in
qcommon/common.c 1/ Search the
code :
Then add :
2/ Search the
code :
Then add :
in
client/key.c 3/ Search the
code :
Then add :
4/ Search the
code :
Then add :
5/ Search the
code :
Then add :
6/ Search the
code :
Then add :
Compile your
project and run it with '+set keytrans qwerty.txt' in the command line. The
first time, it will create a file with the default state of the keys. You can
copy the file in 'yourfile.txt' and modify it. The file contain 3 lines :
symbol corresponding to keys, keys + I have already
done the file azerty.txt
for french keyboard. |
Tutorial Originally found at: