Index:
[thread]
[date]
[subject]
[author]
From: Andreas Beck <becka@rz.uni-duesseldorf.de>
To : ggi-develop@eskimo.com
Date: Sun, 16 May 1999 19:47:34 +0200
Re: XGGI & keymaps
Ketil Froyn <ketilf@ifi.uio.no> wrote:
> > > Backspace and Delete have the same keycode... I don't like that. Neither
> > Do you happen to have those mapped to the same symbol on your linux
> > console ?
> Argh, I knew it was my fault :) How do I check that? Both of them work
> like a backspace on my console.
O.K. - that's the problem. LibGGI checks the keymap of the console it is
running on, and if the keys have the same primary binding, it assumes they
should be treated as being the same key.
dumpkeys will give you your loaded keymap.
In my map, the relevant portions are:
keycode 111 = Remove
altgr control keycode 111 = Boot
control alt keycode 111 = Boot
keycode 14 = Delete Delete
string Remove = "\033[3~"
> > > keycode xxx = bar paragraph
> > That would mean we'd need "|" as well - right ?
> I hope you're not asking me ;>
Yes. That was directed to Marcus. X is a little sick about how its
keymapping scheme works. It doesn't go well with pre-mapped schemes like
LibGGI has.
CU, ANdy
--
= Andreas Beck | Email : <andreas.beck@ggi-project.org> =
Index:
[thread]
[date]
[subject]
[author]