From 9aaec7cffb2fb1543d4c3cabb55165f606c0b87d Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Sat, 14 Feb 2015 03:50:26 +0100 Subject: x11: add XK_Cancel to the list of special keys Some IR receivers emit this key by default for remote control buttons. Make it mappable. --- input/keycodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/keycodes.h') diff --git a/input/keycodes.h b/input/keycodes.h index 1326df6902..3922cfca6e 100644 --- a/input/keycodes.h +++ b/input/keycodes.h @@ -75,6 +75,7 @@ #define MP_KEY_FAVORITES (MP_KEY_MM_BASE+16) #define MP_KEY_SEARCH (MP_KEY_MM_BASE+17) #define MP_KEY_SLEEP (MP_KEY_MM_BASE+18) +#define MP_KEY_CANCEL (MP_KEY_MM_BASE+19) /* Function keys */ #define MP_KEY_F (MP_KEY_BASE+0x40) -- cgit v1.2.3