mirror of https://github.com/mpv-player/mpv
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:
parent
96eb480299
commit
56d04c6570
|
@ -36,7 +36,7 @@ struct key_name {
|
||||||
static const struct key_name key_names[] = {
|
static const struct key_name key_names[] = {
|
||||||
{ ' ', "SPACE" },
|
{ ' ', "SPACE" },
|
||||||
{ '#', "SHARP" },
|
{ '#', "SHARP" },
|
||||||
{ 0x3000, "HALF_SPACE" },
|
{ 0x3000, "IDEOGRAPHIC_SPACE" },
|
||||||
{ MP_KEY_ENTER, "ENTER" },
|
{ MP_KEY_ENTER, "ENTER" },
|
||||||
{ MP_KEY_TAB, "TAB" },
|
{ MP_KEY_TAB, "TAB" },
|
||||||
{ MP_KEY_BACKSPACE, "BS" },
|
{ MP_KEY_BACKSPACE, "BS" },
|
||||||
|
|
Loading…
Reference in New Issue