Add RedoButton accelerator
- use ctrl+y to be consistent with Write Activity, - a design discussion gave no responses, http://lists.sugarlabs.org/archive/sugar-devel/2020-March/057832.html Signed-off-by: James Cameron <quozl@laptop.org>
This commit is contained in:
parent
122284bd77
commit
72d36cc964
1
src/sugar3/activity/widgets.py
Normal file → Executable file
1
src/sugar3/activity/widgets.py
Normal file → Executable file
@ -108,6 +108,7 @@ class RedoButton(ToolButton):
|
|||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
ToolButton.__init__(self, 'edit-redo', **kwargs)
|
ToolButton.__init__(self, 'edit-redo', **kwargs)
|
||||||
self.props.tooltip = _('Redo')
|
self.props.tooltip = _('Redo')
|
||||||
|
self.props.accelerator = '<Ctrl>Y'
|
||||||
|
|
||||||
|
|
||||||
class CopyButton(ToolButton):
|
class CopyButton(ToolButton):
|
||||||
|
Loading…
Reference in New Issue
Block a user