You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using <ctrl>-<tab> to cycle through my open editor tabs uses a highly non-obvious ordering. I expect it to use the visual order, i.e. left-to-right for <ctrl>-<tab>, and right-to-left for <ctrl>-<shift>-<tab>
(It would also be nice to make the keyboard shortcut configurable in the preferences.)
The text was updated successfully, but these errors were encountered:
Changing tabs with Ctrl+TabCtrl+Shift+Tab has been improved in #4302 It'll use "most recent used" order. (It'll be part of Spyder3.2)
Also you can change Tabs in visual order using Ctrl+AvPagCtrl+RePag
It would also be nice to make the keyboard shortcut configurable in the preferences
Ctrl+TabCtrl+Shift+Tab shortcuts are configurable, with the only restriction that they should include Ctrl
Hmm, neither <Ctrl>-<PgUp> nor <Ctrl>-<PgDown> have any effect for me.
I'm looking at the "Keyboards shortcuts" table in the "preferences" dialog. What is the name for the "switch tab" commands that are configurable ?
Description of your problem
Using
<ctrl>-<tab>
to cycle through my open editor tabs uses a highly non-obvious ordering. I expect it to use the visual order, i.e. left-to-right for<ctrl>-<tab>
, and right-to-left for<ctrl>-<shift>-<tab>
(It would also be nice to make the keyboard shortcut configurable in the preferences.)
The text was updated successfully, but these errors were encountered: