From 03b2ab76613a6a705538861714581be4d599dacd Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Sun, 27 Jun 2010 03:22:30 +0000 Subject: Should not need to specially define accelerators - especially using non-Sugar keystrokes ;) --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 72cdc4d..3aae9ea 100644 --- a/activity.py +++ b/activity.py @@ -65,7 +65,6 @@ class PhysicsActivity(olpcgames.PyGameActivity): toolbar_box = ToolbarBox() activity_button = ActivityToolbarButton(self) toolbar_box.toolbar.insert(activity_button, 0) - activity_button.page.keep.props.accelerator = 'S' activity_button.show() create_toolbar = self._create_create_toolbar() @@ -83,7 +82,6 @@ class PhysicsActivity(olpcgames.PyGameActivity): separator.show() stop_button = StopButton(self) - stop_button.props.accelerator = 'Q' toolbar_box.toolbar.insert(stop_button, -1) stop_button.show() -- cgit v0.9.1