Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e3d748df86 | |||
108e8e7ea0 |
@ -3,7 +3,7 @@
|
|||||||
<name>layers_context_toolbox</name>
|
<name>layers_context_toolbox</name>
|
||||||
<token/>
|
<token/>
|
||||||
<hidden>false</hidden>
|
<hidden>false</hidden>
|
||||||
<version>1.1</version>
|
<version>1.2</version>
|
||||||
<api-version/>
|
<api-version/>
|
||||||
<title>Layers context toolbox</title>
|
<title>Layers context toolbox</title>
|
||||||
<doc>Adds items to the "Layers" pane context menu: "Change Layer of Objects", "Make All Valid"</doc>
|
<doc>Adds items to the "Layers" pane context menu: "Change Layer of Objects", "Make All Valid"</doc>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<autorun>true</autorun>
|
<autorun>true</autorun>
|
||||||
<autorun-early>false</autorun-early>
|
<autorun-early>false</autorun-early>
|
||||||
<priority>3</priority>
|
<priority>3</priority>
|
||||||
<shortcut>Ctrl+Shift+V</shortcut>
|
<shortcut/>
|
||||||
<show-in-menu>false</show-in-menu>
|
<show-in-menu>false</show-in-menu>
|
||||||
<group-name/>
|
<group-name/>
|
||||||
<menu-path>@lcp_context_menu.end</menu-path>
|
<menu-path>@lcp_context_menu.end</menu-path>
|
||||||
@ -33,6 +33,7 @@ menu = mw.menu()
|
|||||||
new_action = pya.Action()
|
new_action = pya.Action()
|
||||||
new_action.title = 'Make All Valid'
|
new_action.title = 'Make All Valid'
|
||||||
new_action.on_triggered = make_all_valid
|
new_action.on_triggered = make_all_valid
|
||||||
|
new_action.default_shortcut = 'Ctrl+Shift+V'
|
||||||
|
|
||||||
menu.insert_item('@lcp_context_menu.rename', 'make_all_valid', new_action)
|
menu.insert_item('@lcp_context_menu.rename', 'make_all_valid', new_action)
|
||||||
</text>
|
</text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user