On Sun, Apr 24, 2011 at 04:24:40PM -0700, Garrett McLean wrote: > Please add support for setkey! Without it I am forced to use a QWERTY layout > if I want to edit menu entries in grub (pressing 'e' at the menu). This is > super annoying as a Dvorak user.
It almost certainly isn't going to be backported to squeeze, but the version in sid has grub-mklayout and grub-kbdcomp utilities. You can do something like this (untested): sudo mkdir -p /boot/grub/layouts ckbcomp us dvorak | sudo grub-mklayout -o /boot/grub/layouts/us:dvorak.gkb ... and then add this command to /boot/grub/custom.cfg: keymap us:dvorak Hopefully we'll get this a bit more neatly integrated in future. -- Colin Watson [cjwat...@debian.org] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org