Rockbox.org home
releases
current build
extras FAQ
manual
wiki
docs index mailing lists
IRC
forums bugs
patches



Rockbox mail archive

Subject: Re: user editable keys binding schemes wanted
From: phil_at_x-phobie.de
Date: 2002-10-02


On Tue, 1 Oct 2002 08:12:30 +0200, "Nielsen Linus (ext)"
<Linus.Nielsen_at_elema.siemens.se> wrote:
>It is not only a
>matter of assigning a function to a key, it is far more than that
>(key-down/key-up, key combinations, persistent quick-screens...).

The problems like Key-down / Key-up and combinations, including
repeat, double clicks and so on all can be killed by considering them
events. This is already done in button.c and it can be extended if
necessary. Then you may call it mapping events to functions. It's just
the same.

But what do you mean with persistent quick-screens? Like hitting F2
and the menu doesn't disappear unless another button has pressed? That
is a good example how a concept of assignable keys can help us. We
simply make a new key scheme that becomes valid while the quick-screen
is used and return to the wps key scheme when the selection is done.

Phil



Page was last modified "Mar 9 2008" The Rockbox Crew