Left arrow opens agents panel despite keybinding unbound; scroll wheel permanently broken for affected conversation
Resolved 💬 3 comments Opened May 13, 2026 by kiannaxue Closed May 17, 2026
Environment
- OS: Windows 10
- Terminal: Windows PowerShell
- keybindings.json:
leftunbound in both Tabs and Footer contexts
Steps to reproduce
- Unbind
leftin Tabs and Footer contexts in keybindings.json - Open any chat conversation with empty input
- Press left arrow (shown in UI hint as "< for agents")
- Agents panel opens despite keybinding being unbound
What breaks
- Scroll wheel stops sending scroll events and instead sends up/down arrow key events — does not scroll
- Page Up / Page Down still scroll correctly
- Closing the agents panel does not fix it
- The conversation is now permanently hosted in the agents panel — every subsequent open re-enters the broken scroll mode
- No way to move the conversation back out of the agents panel
- Only workaround is to abandon the conversation and start a new one
Expected behavior
- Left arrow does nothing (binding is unbound)
- Scroll wheel scrolls
Two distinct bugs
- Keybinding unbind is not respected — left arrow still triggers agents panel
- Opening the agents panel via this path permanently associates the conversation with the agents panel and breaks scroll wheel for all future opens of that conversation
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗