Forum Discussion
SivaReddy86421
6 months agoRegular Visitor
Numbers Causing Unintended Tab Navigation in Fabric
Let's say we have opened few items/artifacts(Notebooks, warehouse, etc.,) in a workspace. If we try to type any numbers as part of work, it was switching to that particular tab. Ex: I'm working ...
- 6 months agoThis behavior is not a setting you can turn off — it’s a known Fabric UI bug where number keys switch tabs even when ALT is not pressed. Multiple users have reported the exact issue, and Microsoft has acknowledged it.After you click a workspace item (Notebook, SQL endpoint, etc.), Fabric’s UI sometimes enters a mode where number keys (1–9) are interpreted as tab‑switch shortcuts, even though the documented shortcut requires ALT + number. This has been reproduced consistently after ALT+Tabbing away and back, or when some UI element retains keyboard focus incorrectly.
Sometimes this works:
- ALT once, or
- ALT + Shift (better, because it doesn't move focus)
will “reset” the keyboard focus and stop number‑key tab switching
Thomaslleblanc
6 months agoSuper User
This behavior is not a setting you can turn off — it’s a known Fabric UI bug where number keys switch tabs even when ALT is not pressed. Multiple users have reported the exact issue, and Microsoft has acknowledged it.
After you click a workspace item (Notebook, SQL endpoint, etc.), Fabric’s UI sometimes enters a mode where number keys (1–9) are interpreted as tab‑switch shortcuts, even though the documented shortcut requires ALT + number. This has been reproduced consistently after ALT+Tabbing away and back, or when some UI element retains keyboard focus incorrectly.
Sometimes this works:
- ALT once, or
- ALT + Shift (better, because it doesn't move focus)
will “reset” the keyboard focus and stop number‑key tab switching
SivaReddy86421
6 months agoRegular Visitor
Thanks for the clarification. I do use ALT + Tab frequently to navigate between applications, which explains the behavior. I’ll follow the suggested workarounds (ALT once / ALT + Shift) to reset the focus when this occurs.