Jupyterlab 4.1 dedent broken

With JupyterLab <4.1, Shift+Tab would open object introspection, tab-completion if I was in a function or if I highlight part of the line it would just dedent it. However after upgrading to 4.1, it now will dedent the current line withought highlighting, so now it will open object introspection and dedent everytime I press Shift+Tab and there is no clear way to change this short cut.

I tried reverting to Jupyterlab 4.0.12 and this fixes it, so I think it might be a bug, but no one else has reported it so maybe it is just something with my setup?

2 Likes

same issue

MacOS Sonoma - Apple M1 Max
Safari 17.0 & Chrome 121.0.6167.184
python 3.12 - 3.11 - 3.10

FYI this is tracked in Jupyterlab 4.1 dedent broken · Issue #15821 · jupyterlab/jupyterlab · GitHub

1 Like

I had the same issue. I’ve tested Chrome, Firefox, and Edge on Windows 11. All browers dedent everytime.

My workaround is that setting keyboard shortcuts for “tooltip:*” to another key combination like “Accel Q”.