mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-27 14:55:13 -07:00
add temp shortcuts
This commit is contained in:
parent
10897e2b71
commit
02dbc7e6e1
1 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ Item
|
|||
{
|
||||
id: undoButton
|
||||
|
||||
text: catalog.i18nc("@action:button", "Undo Stroke")
|
||||
text: catalog.i18nc("@action:button", "Undo Stroke (Ctrl+L)")
|
||||
toolItem: UM.ColorImage
|
||||
{
|
||||
source: UM.Theme.getIcon("ArrowReset")
|
||||
|
|
@ -206,7 +206,7 @@ Item
|
|||
{
|
||||
id: redoButton
|
||||
|
||||
text: catalog.i18nc("@action:button", "Redo Stroke")
|
||||
text: catalog.i18nc("@action:button", "Redo Stroke (Ctrl+Shift+L)")
|
||||
toolItem: UM.ColorImage
|
||||
{
|
||||
source: UM.Theme.getIcon("ArrowReset")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue