dnbard / brackets-documents-toolbar

Extension that adds new toolbar with a list of all open documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change ctrl+tab action

OKNoah opened this issue · comments

commented

I would really like ctrl+tab to move to the next tab, right to left, and shift+ctrl+tab to move to the previous tab, left to right. This is the same way tabs are switch in, say, Safari or Chrome web browsers.

Currently this key command jumps around to different tabs because it is switching based not on position of the tab, but vertical position of the file list in the sidebar.

ctrl+tab hotkey is set by Brackets. Extension won't change the hotkey that isn't set by Brackets itself

vertical position of the file list in the sidebar
It's not based on it. It will work properly when the next document command will use documentId for switching.