mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
parent
a121331186
commit
b5ca94af5c
@ -70,6 +70,7 @@ struct key_entry {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct key_entry keys[] = {
|
static const struct key_entry keys[] = {
|
||||||
|
{"\010", MP_KEY_BS},
|
||||||
{"\011", MP_KEY_TAB},
|
{"\011", MP_KEY_TAB},
|
||||||
{"\012", MP_KEY_ENTER},
|
{"\012", MP_KEY_ENTER},
|
||||||
{"\177", MP_KEY_BS},
|
{"\177", MP_KEY_BS},
|
||||||
|
Loading…
Reference in New Issue
Block a user