Remove help and info from key list.

This commit is contained in:
2018-03-25 17:04:14 +02:00
parent 4dc7fbbf04
commit 0faa83c162
2 changed files with 8 additions and 11 deletions

View File

@@ -24,10 +24,8 @@ enum {
KEY_LEFT = 0x2,
KEY_RIGHT = 0x3,
KEY_RESET = 0x4,
KEY_HELP = 0x5,
KEY_INFO = 0x6,
KEY_FULLSCREEN = 0x7,
KEY_MAX = 0x8
KEY_FULLSCREEN = 0x5,
KEY_MAX = 0x6
};
/**