[ocrfeeder] widgetPresenter: Add shortcuts for the selecting areas actions
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ocrfeeder] widgetPresenter: Add shortcuts for the selecting areas actions
- Date: Mon, 5 Jul 2010 17:31:10 +0000 (UTC)
commit 62bc796c6fac0623e492a00467260964cc8983be
Author: Joaquim Rocha <jrocha igalia com>
Date: Mon Jul 5 19:30:52 2010 +0200
widgetPresenter: Add shortcuts for the selecting areas actions
studio/widgetPresenter.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/studio/widgetPresenter.py b/studio/widgetPresenter.py
index 49eb3f3..c9ed144 100644
--- a/studio/widgetPresenter.py
+++ b/studio/widgetPresenter.py
@@ -171,11 +171,11 @@ class MainWindow:
_("Select all content areas"),
menu_items['select_all_areas']),
('SelectPreviousArea', gtk.STOCK_GO_BACK,
- _('Select _Previous Area'), None,
+ _('Select _Previous Area'), '<control><shift>p',
_("Select the previous area from the content areas"),
menu_items['select_previous_area']),
('SelectNextArea', gtk.STOCK_GO_FORWARD,
- _('Select _Next Area'), None,
+ _('Select _Next Area'), '<control><shift>n',
_("Select the next area from the content areas"),
menu_items['select_next_area']),
('GenerateODT', None, _('_Generate ODT'), None, _("Export to ODT"), tool_items['export_to_odt']),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]