Put back <Ctrl>Z as the Undo accelerator #1287
This commit is contained in:
parent
184ff7ea52
commit
db77ed8ab3
@ -89,7 +89,7 @@ class UndoButton(ToolButton):
|
||||
def __init__(self, **kwargs):
|
||||
ToolButton.__init__(self, 'edit-undo', **kwargs)
|
||||
self.props.tooltip = _('Undo')
|
||||
self.props.accelerator = '<Ctrl>Q'
|
||||
self.props.accelerator = '<Ctrl>Z'
|
||||
|
||||
|
||||
class RedoButton(ToolButton):
|
||||
|
Loading…
Reference in New Issue
Block a user