[ipxe-devel] [Patch] settings-ui: support for additional navigation keys
Ivan Shmakov
oneingray at gmail.com
Sun Aug 26 12:59:50 UTC 2012
>>>>> Anton D Kachalov writes:
> Here is a patch to support PageUp/PageDown, Home and End keys to
> navigate through configuration settings menu.
As I've mentioned before, there're different conventions on how
to encode these keys. Thus, it makes sense to support
conventional C-a and C-e as synonyms for Home and End (as well
as C-b, C-f, C-p, C-n for the left, right, up and down arrow
keys.)
Thus, e. g.:
+ case KEY_HOME:
+ case CTRL_A:
TIA.
--
FSF associate member #7257 http://sf-day.org/
More information about the ipxe-devel
mailing list