From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [RFC] Different keyborad layouts
Date: Sun, 05 Oct 2008 14:46:47 +0300 [thread overview]
Message-ID: <48E8A927.1000000@nic.fi> (raw)
In-Reply-To: <20081005110556.GC5541@thorin>
Robert Millan wrote:
> On Mon, Sep 29, 2008 at 09:26:58PM +0300, Vesa Jääskeläinen wrote:
>> Remember that in some keyboard you need to press combos in order to
>> generate some character. Like in Finnish keyboard you press alt-gr + e
>> in order to generate euro sign (or alt-gr + 5). Also there are
>> multi-keypress sequences like in order to make '^' this sign you have to
>> press ctrl + '^' button and when released then press space. If you
>> happen to press in example 'a' after ctrl + '^' key you get 'â'. And I
>> do not think this is the only keyboard with this feature. Also there is
>> those dec input sequences like alt+number sequence. In example alt
>> (pressed) + '6', '5' you get 'A'.
>
> Do we really want to support all keys (and therefore all minor keyboard
> variants) out there, or just those needed for metacharacters like '/' and
> such?
Probably not. But anyway... I would like simple combos to be handled
nicely. Like shift+7 (forward slash). And then if you have some weird
keyboard you should be able to generate unicode key based on some easy
way and to handle capslock + shift to make lowercase and uppercase
characters.
>> I do not like the idea of using variable for this as it will most likely
>> require loading of keymap definition form disk. So I would prefer something:
>>
>> insmod keymap
>> keymap /boot/grub/keyboard/fi
>
> Seems fine to me. Note, however, that with the information currently exported
> by e.g. at_keyboard.c it isn't possible to tell when special combinations like
> "alt-gr + 5" were pressed.
We need to uniform keyboard handling in way that USB and AT and bios
keyboards get handled in same path.
Now the next issue is if we have like two usb keyboards. How it should
work in grub's case is that both is listened for input.
prev parent reply other threads:[~2008-10-05 11:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-28 21:58 [RFC] Different keyborad layouts Carles Pina i Estany
2008-09-29 18:26 ` Vesa Jääskeläinen
2008-09-29 22:51 ` Carles Pina i Estany
2008-10-05 11:05 ` Robert Millan
2008-10-05 11:40 ` Vesa Jääskeläinen
2008-10-05 11:46 ` Vesa Jääskeläinen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48E8A927.1000000@nic.fi \
--to=chaac@nic.fi \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.