mape: Change "close window" shortcut from alt+F4 to ctrl+q

Alt+F4 will be caught by the window manager and close the program as
well.
scancodes-fix
Armin Burgmeier 2013-01-20 23:56:00 +01:00
parent 2dcd26521d
commit 0d4703e6a8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static const GtkActionEntry mape_header_file_entries[] = {
"FileQuit",
GTK_STOCK_QUIT,
"_Quit",
"<alt>F4",
"<control>Q",
"Exit the program",
NULL
}