rendertom / VSCode-Adobe-Script-Runner

Run Adobe scripts from VSCode
https://marketplace.visualstudio.com/items?itemName=renderTom.adobe-script-runner
87 stars 15 forks source link

key binding fail #16

Closed msjzs closed 4 years ago

msjzs commented 4 years ago

hi, on pc, I Modified keybingdings.json,"command": "adobeScriptRunner.psd". I try this, F1 -> adobe photoshop, run photoshop success. but, ctrl + r, it still run after effect.

rendertom commented 4 years ago

Can you post your keybinding.json file content? I tried this on mac, and it works as expected - Ctrl+R launches script inside Photoshop:

{
    "key": "cmd+r",
    "command": "adobeScriptRunner.psd",
    "when": "editorTextFocus"
},
msjzs commented 4 years ago

yeap,same as you. the full contents of the keybindings.json file are as follows:

[ { "key": "cmd+r", "command": "adobeScriptRunner.psd", "when": "editorTextFocus" } ]

rendertom commented 4 years ago

I see @msjzs closed the ticket. Were you able to find a solution? If so, what was it?