Re: Fix keyboard layouts other than us

2022-08-03 Thread Fabio Pugliese Ornellas
Vladmir, not sure I get your point. Eg: I use Dvorak, which merely requires translation of "regular" keys. For this case (and many other similar layouts), the patch I suggested simply applies translation on TOP of whatever the console driver gave back. If you check for USB keyboard drivers for exam

Re: Fix keyboard layouts other than us

2022-07-31 Thread Vladimir 'phcoder' Serbinenko
Le dim. 31 juil. 2022, 12:41, Fabio Pugliese Ornellas < fabio.ornel...@gmail.com> a écrit : > Hi there, > > I've been trying to set up my grub for my Dvorak keyboard. It seems > that everywhere I look points to something like: > > insmod keylayouts > keymap /boot/grub/bepo.gkb > > In practice howe

Fix keyboard layouts other than us

2022-07-31 Thread Fabio Pugliese Ornellas
Hi there, I've been trying to set up my grub for my Dvorak keyboard. It seems that everywhere I look points to something like: insmod keylayouts keymap /boot/grub/bepo.gkb In practice however, this does NOT work at all. After some debugging, here's what I've found: - grub-core/commands/keylayo