inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.42k stars 296 forks source link

allow to assign shortcuts for the custom submenus #436

Closed skalogryz closed 2 years ago

skalogryz commented 2 years ago

as described. Allow to assign short-cuts for custom ink submenus (with the notation per Electron Accelerators https://www.electronjs.org/docs/latest/api/accelerator)

    "customInkSnippets": [
        {
            "name": "Heaven's Vault",
            "submenu": [
                {
                    "name": "Camera",
                    "ink": ">>> CAMERA: Wide shot"
                    "shortcut: "Alt+1"
                },
joethephish commented 2 years ago

Thanks! And sorry I missed this for the release yesterday!

skalogryz commented 2 years ago

Thanks! And sorry I missed this for the release yesterday!

a toast! may there always be the next release! :)

thank you for Inky