[Sugar-devel] [PATCH] fix stop button accelerator, dev.laptop.org #10786

James Cameron quozl at laptop.org
Mon Mar 28 23:35:47 EDT 2011


Changes the accelerator for the stop button from Shift-Ctrl-Q to Ctrl-Q
to fit with existing documentation:

http://wiki.sugarlabs.org/go/Hotkeys and
http://wiki.laptop.org/go/Keyboard_shortcuts

Regression introduced in commit c37d8dc.

Signed-off-by: James Cameron <quozl at laptop.org>
---
 readactivity.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/readactivity.py b/readactivity.py
index d486f0c..4f4a7ee 100644
--- a/readactivity.py
+++ b/readactivity.py
@@ -258,7 +258,6 @@ class ReadActivity(activity.Activity):
         separator.show()
 
         stop_button = StopButton(self)
-        stop_button.props.accelerator = '<Ctrl><Shift>Q'
         toolbar_box.toolbar.insert(stop_button, -1)
         stop_button.show()
 
-- 
1.7.4.1



More information about the Sugar-devel mailing list