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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input/keycodes.c') diff --git a/input/keycodes.c b/input/keycodes.c index e5ca0bf77d..e448a9bd31 100644 --- a/input/keycodes.c +++ b/input/keycodes.c @@ -194,6 +194,7 @@ static const struct key_name key_names[] = { { MP_KEY_FAVORITES, "FAVORITES" }, { MP_KEY_SEARCH, "SEARCH" }, { MP_KEY_SLEEP, "SLEEP" }, + { MP_KEY_CANCEL, "CANCEL" }, // These are kept for backward compatibility { MP_KEY_PAUSE, "XF86_PAUSE" }, -- cgit v1.2.3