texturev: Q for exit.
This commit is contained in:
parent
5c8c145fd8
commit
8f7f096d93
@ -80,6 +80,7 @@ struct Binding
|
|||||||
static const InputBinding s_bindingApp[] =
|
static const InputBinding s_bindingApp[] =
|
||||||
{
|
{
|
||||||
{ entry::Key::Esc, entry::Modifier::None, 1, NULL, "exit" },
|
{ entry::Key::Esc, entry::Modifier::None, 1, NULL, "exit" },
|
||||||
|
{ entry::Key::KeyQ, entry::Modifier::None, 1, NULL, "exit" },
|
||||||
{ entry::Key::KeyF, entry::Modifier::None, 1, NULL, "graphics fullscreen" },
|
{ entry::Key::KeyF, entry::Modifier::None, 1, NULL, "graphics fullscreen" },
|
||||||
|
|
||||||
INPUT_BINDING_END
|
INPUT_BINDING_END
|
||||||
|
Loading…
Reference in New Issue
Block a user