summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-21 22:25:30 +0200
committerwm4 <wm4@nowhere>2015-10-21 22:25:30 +0200
commit56d04c65703e41afbea81fcdfbf43f8034552db9 (patch)
treee4879177bfd0e9e6872a59b4b418ea6568df4529
parent96eb48029934506899b0ee2de2e0036919ffa152 (diff)
downloadmpv-56d04c65703e41afbea81fcdfbf43f8034552db9.tar.bz2
mpv-56d04c65703e41afbea81fcdfbf43f8034552db9.tar.xz
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.
-rw-r--r--input/keycodes.c2
1 files changed, 1 insertions, 1 deletions
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" },