JacksonKearl / vscode-sonic-pi

Other
9 stars 7 forks source link

notebook kb shortcuts #5

Open iamjonny opened 9 months ago

iamjonny commented 9 months ago

I had this working but can't seem to recreate on new system.

Usually I'm running a (code) cell in a pibook, trying to get Alt+r to work, and also f8 to run selected / current line

First issue I thought would be fixed by changing the alt+menu behaviour, by adding "window.menuBarVisibility": "hidden", "window.enableMenuBarMnemonics": true

Looking at precedent, the desired is lowest (I removed the other SP alt+r binding to troubleshoot) image

Current simplified when clause (removing notebook type clause) editorLangId == 'sonic-pi'

Any ideas what I'm doing wrong? 🤦