Quote:
Originally Posted by fxp33
Hi,
Thank you so much for this very nice piece of software !
I was just wondering if there was a way to customize the keyboard to have accented characters (like french : é è ê ë à ç œ, É È ... î ù). Especially for notepad.
I tried to search this thread with "accent", but couldn't find a post about it.
Thank you for any hint or link for a solution.
Regards
François
|
Yes, you can add new input language(s) for keyboard.
Please see the kbd.txt
each line of this file is a language. There are 2 languages in this file now: EN (English), RU (Russian)
The keyboard works "as is" for EN (thus there are no substitutions defined).
For 'RU' language we "substutute":
'q' with russian 'й' ;
'Q' with russian 'Й' ;
'w' with russian 'ц' ;
'W' with russian 'Ц'
and so on ...
You can easily remove 'RU' line and add your own line
You can have as many lines as you wish.
The format of kbd.txt is UTF-8 with UNIX-style line endings, without BOM. You can edit this file using notepad++ on WIndows.