mirror of https://github.com/ipxe/ipxe.git
[bios] Recognise Page Up and Page Down keys
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/6/head
parent
0b1fe005b3
commit
0b445275c4
|
@ -216,6 +216,8 @@ static const char ansi_sequences[] = {
|
|||
BIOS_KEY ( "\x4d", "[C" ) /* Right arrow */
|
||||
BIOS_KEY ( "\x47", "[H" ) /* Home */
|
||||
BIOS_KEY ( "\x4f", "[F" ) /* End */
|
||||
BIOS_KEY ( "\x49", "[5~" ) /* Page up */
|
||||
BIOS_KEY ( "\x51", "[6~" ) /* Page down */
|
||||
BIOS_KEY ( "\x3f", "[15~" ) /* F5 */
|
||||
BIOS_KEY ( "\x40", "[17~" ) /* F6 */
|
||||
BIOS_KEY ( "\x41", "[18~" ) /* F7 */
|
||||
|
|
Loading…
Reference in New Issue