KEYBOARD_MAP "fr" issues
|
2014-12-08, 23:17
(This post was last modified: 2014-12-08 23:17 by xhark.)
Post: #1
|
|||
|
|||
KEYBOARD_MAP "fr" issues
Hi,
The KEYBOARD_MAP for french keyboard seems to be not the good one. Letters are good, but not the other keys special keys. Here is some example: When I press => this appears Code: ² => * Most problematic issue is no AltrGr works. So it's not possible to use "|", "@", # in shell. The real french keyboard configuration is here : http://upload.wikimedia.org/wikipedia/co...uselang=fr Thank you |
|||
2014-12-09, 13:35
Post: #2
|
|||
|
|||
RE: KEYBOARD_MAP "fr" issues
There is a similar problem with the Norwegian keymap. The main issue is that the BIOS keyboard controller isn't able to distinguish between Alt and AltGr, so dead keys don't work right. I've ended up with just using English keymap for now.
|
|||
2014-12-09, 15:43
Post: #3
|
|||
|
|||
RE: KEYBOARD_MAP "fr" issues
OK, strange because AltGr must be replaced by ctrl+alt and this does not work either.
If you need help for french keyboard "translation", contact me. |
|||
2014-12-15, 16:13
Post: #4
|
|||
|
|||
RE: KEYBOARD_MAP "fr" issues
I don't exactly recall what the problem was with the BIOS console input. Maybe it was a problem that only a single modifier key could be used at once. Ask on the mailing-list if you want a more detailed explanation.
|
|||
2019-05-26, 17:44
Post: #5
|
|||
|
|||
RE: KEYBOARD_MAP "fr" issues
Hi,
i hijacked this post because i have a similar issue with portuguese keyboard layout, but my problem includes keys that dont need modifiers too. in this address the bottom line at https://ipxe.org/buildcfg/keyboard_map tells us the utility that is used to generate keyboard maps is here:http://www.kernel.org/pub/linux/utils/kbd/, i actualy downloaded it but have no idea how to use it, or if it will work no matter whitch version i get for that matter... I am using legacy mode. any help would be greatly apreciated. Thank you. |
|||
2019-05-26, 20:59
Post: #6
|
|||
|
|||
RE: KEYBOARD_MAP "fr" issues
There is discussion at http://lists.ipxe.org/pipermail/ipxe-dev...00407.html
Which refers to it being autobuilt, which might be why the documentation is minimal, commit at https://git.ipxe.org/ipxe.git/commitdiff...ffc63195a5 The interesting part is a few commits just before: https://git.ipxe.org/ipxe.git/commitdiff...4fcb3672ca Which in turn refers to /util/genkeymap.pl - which has some documentation, and probably is what you actually want to run. But other than that I can't find much information, so an update of https://ipxe.org/buildcfg/keyboard_map is in order, i will ping mcb about it Use GitHub Discussions VRAM bin |
|||
2019-05-26, 23:40
Post: #7
|
|||
|
|||
RE: KEYBOARD_MAP "fr" issues
(2019-05-26 20:59)NiKiZe Wrote: There is discussion at http://lists.ipxe.org/pipermail/ipxe-dev...00407.html Just tryed it here is the result: miguel@DESKTOP-P623JI2:~/ipxe/src/util$ perl genkeymap.pl -v -f pt newKeyboardLayout unknown keysym 'trademark' unknown keysym 'trademark' unknown keysym 'trademark' unknown keysym 'trademark' unknown keysym 'trademark' unknown keysym 'trademark' unknown keysym 'trademark' unknown keysym 'trademark' lk_add_key called with bad keycode -1 Could not read from "pt": miguel@DESKTOP-P623JI2:~/ipxe/src/util$ Thanks, it was worth a shot... next weekend i'll be at it again... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)