Browse Source

texturev: Q for exit.

Branimir Karadžić 8 years ago
parent
commit
8f7f096d93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/texturev/texturev.cpp

+ 1 - 0
tools/texturev/texturev.cpp

@@ -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