[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: azerty, fr or fr-pc keyboard layout with grub 2.06
From: |
Pascal |
Subject: |
Re: azerty, fr or fr-pc keyboard layout with grub 2.06 |
Date: |
Wed, 2 Mar 2022 17:33:58 +0100 |
the file generated by the grub-kbdcomp command is finally functional : it
was me who did not modify terminal_input (as you point out, thanks).
I encountered two difficulties when using it :
- I first used the terminal_input --append at_keyboard command and I found
myself with a keyboard that automagically switched between FR and US. (it's
quite confusing ;-)
- when I start qemu with the -nodefaults option, the terminal_input
at_keyboard command freezes the virtual machine
regards, lacsaP.
Le mer. 2 mars 2022 à 17:02, Pascal Hambourg <pascal@plouf.fr.eu.org> a
écrit :
> Le 02/03/2022 à 14:42, Pascal a écrit :
> >
> > do any of you have a working .gkb file that can switch the keyboard
> layout
> > to azerty, fr or fr-pc ?
>
> I do, but gave up using it because I found it not stable enough.
>
> > I tried to generate one with the grub-mklayout and grub-kbcomp tools, but
> > the file produced does not switch the keyboard layout when used with the
> > keymap command (nb. no warning or error message is displayed).
>
> Did you switch terminal_input to at_keyboard or usb_keyboard first ?
> Keymaps do not work with the default console input.
>
>