The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about /src/include/ipxe/keys.h
2020-03-06, 18:25 (This post was last modified: 2020-03-06 18:33 by alhyene.)
Post: #1
about /src/include/ipxe/keys.h
Hi all I was just wondering why
in: /src/include/ipxe/keys.h

#define KEY_F5 KEY_ANSI ( 15, '~' ) /**< F5 */
#define KEY_F6 KEY_ANSI ( 17, '~' ) /**< F6 */
#define KEY_F7 KEY_ANSI ( 18, '~' ) /**< F7 */
#define KEY_F8 KEY_ANSI ( 19, '~' ) /**< F8 (for PXE) */
#define KEY_F9 KEY_ANSI ( 20, '~' ) /**< F9 */
#define KEY_F10 KEY_ANSI ( 21, '~' ) /**< F10 */
#define KEY_F11 KEY_ANSI ( 23, '~' ) /**< F11 */
#define KEY_F12 KEY_ANSI ( 24, '~' ) /**< F12 */

are defined like that. Why KEY_F6 != 16 , KEY_F7 != 17 , ...?

Is it a 'bug' or somewhat for that ??
Huh
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
about /src/include/ipxe/keys.h - alhyene - 2020-03-06 18:25



User(s) browsing this thread: 1 Guest(s)