How do I set a shortcut to "Enable scrolling for outputs" in jupyter lab? So far, I found out how to set a shortcut. settings >> Advanced settings editor >> keyboard shortcuts. But, on the list, I can't find any shortcuts for this. thanks in advance
{
"command": "notebook:enable-output-scrolling",
"keys": ["S"],
"selector": ".jp-Notebook:focus"
},
{
"command": "notebook:disable-output-scrolling",
"keys": ["Alt S"],
"selector": ".jp-Notebook:focus"
}
Both seem to work fine for me for enabling and disabling output scrolling with jupyterlab 1.2.6.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With