Keyboard interpreter UK_en not found
Submitted by jNodeChina on Tue, 11/16/2004 - 02:05.
when I boot JNode with Qemu on my pc, an error occur as : Keyboard interpreter UK_en not found.
Would you mind add a file to jnodesources-0.1.9\core\src\driver\org\jnode\driver\input\l10n to make UK_en Keyboard interpreter work?
- Login to post comments
If you look at http://jnode.s
If you look at http://jnode.sourceforge.net/portal/node/88 you see that you can write loadkeys UK. The "jnode/core/src/driver/org/jnode/driver/input/KeyboardLayout.properties" file holds the keymap settings, you can change the "default" settings there, my guess is that it now holds UK_en and at the moment there is only a file called UK.
Regards,
Martin
I refactored the files to UK_
I refactored the files to UK_en, US_en and also the FR_be to BE_fr. I will correct it in the documentation.
Martin
Thanks!
It works now.