From 56d04c65703e41afbea81fcdfbf43f8034552db9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 21 Oct 2015 22:25:30 +0200 Subject: input: rename recently added HALF_SPACE There was a complaint that the naming is inaccurate. That's probably right. Just use the official name instead, which is a bit clunky, but surely correct. --- input/keycodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/keycodes.c b/input/keycodes.c index 42f567f979..21a3c10e64 100644 --- a/input/keycodes.c +++ b/input/keycodes.c @@ -36,7 +36,7 @@ struct key_name { static const struct key_name key_names[] = { { ' ', "SPACE" }, { '#', "SHARP" }, - { 0x3000, "HALF_SPACE" }, + { 0x3000, "IDEOGRAPHIC_SPACE" }, { MP_KEY_ENTER, "ENTER" }, { MP_KEY_TAB, "TAB" }, { MP_KEY_BACKSPACE, "BS" }, -- cgit v1.2.3