Add keyboard shortcut for the Canvas property browser
This commit is contained in:
parent
e7ae33b323
commit
51c73d5037
1 changed files with 6 additions and 0 deletions
|
@ -207,6 +207,12 @@ top down before the key bindings are parsed.
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
|
<mod-shift>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>globals.propertyTreeBrowserInstance = canvas.PropertyTreeBrowser.new();</script>
|
||||||
|
</binding>
|
||||||
|
</mod-shift>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key n="18">
|
<key n="18">
|
||||||
|
|
Loading…
Add table
Reference in a new issue