[gnome-chess] Add an accelerator for Pause/Resume
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Add an accelerator for Pause/Resume
- Date: Mon, 6 Jan 2014 23:59:45 +0000 (UTC)
commit 31f110207f8dafa59f7bc9c2614e1fd707e30421
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jan 6 16:40:59 2014 -0600
Add an accelerator for Pause/Resume
src/gnome-chess.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 74a4549..eac6edc 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1036,6 +1036,7 @@ public class Application : Gtk.Application
add_accelerator ("<Control>O", "win." + OPEN_GAME_ACTION_NAME, null);
add_accelerator ("<Control>S", "win." + SAVE_GAME_ACTION_NAME, null);
add_accelerator ("<Control>Z", "win." + UNDO_MOVE_ACTION_NAME, null);
+ add_accelerator ("Pause", "win." + PAUSE_RESUME_ACTION_NAME, null);
}
private void update_window_menu ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]