You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If I ctrl+alt+enter the focussed cell runs, if the cursor is in on the cell is highlighted 👍
If I alt+r when cell is focused, run menu still triggers 👎
If I alt+r when cursor inside cell nothing happens
Looking at precedent, the desired is lowest (I removed the other SP alt+r binding to troubleshoot)
Current simplified when clause (removing notebook type clause) editorLangId == 'sonic-pi'
Any ideas what I'm doing wrong?
🤦
The text was updated successfully, but these errors were encountered:
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
ctrl+alt+enter
the focussed cell runs, if the cursor is in on the cell is highlighted 👍Looking at precedent, the desired is lowest (I removed the other SP alt+r binding to troubleshoot)

Current simplified when clause (removing notebook type clause)
editorLangId == 'sonic-pi'
Any ideas what I'm doing wrong?
🤦
The text was updated successfully, but these errors were encountered: