inkle / inky

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

allow to assign shortcuts for the custom submenus #436

Closed skalogryz closed 1 year ago

skalogryz commented 1 year 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 1 year ago

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

skalogryz commented 1 year ago

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

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

thank you for Inky