--- a/QTfrontend/binds.h Mon Sep 25 19:48:51 2006 +0000
+++ b/QTfrontend/binds.h Tue Sep 26 11:53:12 2006 +0000
@@ -73,8 +73,8 @@
{"timer 4", "4", QT_TRANSLATE_NOOP("binds", "timer 4 sec"), false},
{"timer 5", "5", QT_TRANSLATE_NOOP("binds", "timer 5 sec"), true},
{"fullscr", "f", QT_TRANSLATE_NOOP("binds", "change mode"), false},
- {"capture", "f11", QT_TRANSLATE_NOOP("binds", "capture"), false},
- {"quit", "f10", QT_TRANSLATE_NOOP("binds", "quit"), true}
+ {"capture", "c", QT_TRANSLATE_NOOP("binds", "capture"), false},
+ {"quit", "escape", QT_TRANSLATE_NOOP("binds", "quit"), true}
};
#endif // BINDS_H