
23 Feb
2018
23 Feb
'18
9:59 p.m.
Hi Heinrich,
On 22 February 2018 at 05:04, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Correct support for arrow keys: use the standard xterm escape sequences.
Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
common/usb_kbd.c | 121 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 31 deletions(-)
Is there any way this code could be shared with input.c? It has translation tables.
Regards, Simon