Common order for ESC/q/F10
diff --git a/InfoScreen.c b/InfoScreen.c
index eaf351d..ceb29f7 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -144,8 +144,8 @@
          clear();
          InfoScreen_draw(this);
          break;
-      case 'q':
       case 27:
+      case 'q':
       case KEY_F(10):
          looping = false;
          break;