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.
This commit is contained in:
wm4 2015-10-21 22:25:30 +02:00
parent 96eb480299
commit 56d04c6570
1 changed files with 1 additions and 1 deletions

View File

@ -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" },