Closed stefansimik closed 1 year ago
I think this has to do only with certain user-settings. I have not tried your example but you may want to figure out if it's just one of them.
Personally, I have noticed this bug when I disable all shortcuts for a particular item. To get round that I simply defined a different shortcut (which I won't use).
Maybe the shift +enter shortcut is also used by some another item?
Maybe the selector has to be a body. I tried this and it ran beautifully.
{
"shortcuts": [
{
"command": "notebook:run-all-cells",
"keys": [
"Ctrl Shift M"
],
"selector": "body"
},
{
"command": "notebook:run-all-above",
"keys": [
"Ctrl Shift A"
],
"selector": "body"
},
{
"command": "notebook:run-all-below",
"keys": [
"Ctrl Shift B"
],
"selector": "body"
}
]
}
UI works correctly with default shortcut settings in Jupyterlab.
If one edits keybord shortcuts via: Settings menu -> Advanced Settings Editor -> Keyboard shortcuts and adds some user settings like:
then this UI stops working completely - i.e. nothing opens after this UI is invoked. When I rollback user preferences back to defaults, then UI starts working and opens again.
Expected behavior: UI should work also with custom user-shortcuts and display them correctly.
My configuration: