[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Choosing default OS in multi boot system



On Wed, Oct 30, 2013 at 05:25:45PM +0000, Lisi Reisz wrote:
> On Wednesday 30 October 2013 16:45:18 Darac Marjal wrote:
> > Actually, it's possible to remap keys in the shell. 
> 
> How??

OK, a quick web search says the technique I used to use (a series of
setkey statements) is no longer supported in grub2. Instead the
incantation is:

  $ sudo mkdir -p /boot/grub/layouts
  $ ckbcomp us dvorak | sudo grub-mklayout -o \
    /boot/grub/layouts/us:dvorak.gkb
  $ echo "GRUB_TERMINAL_INPUT=at_keyboard" | sudo tee -a \
    /etc/default/grub
  $ sudo update-grub2
  
(Cadged from Bug #623975). Adjust for whatever layout you prefer, of
course.

> 
> > I used to use a 
> > dvorak keyboard with grub quite happily.
> 
> Thanks,
> Lisi
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 201310301725.45330.lisi.reisz@gmail.com">http://lists.debian.org/[🔎] 201310301725.45330.lisi.reisz@gmail.com

Attachment: signature.asc
Description: Digital signature


Reply to: