What is the shortcut key to move from one tab to another tab in Gedit?
There are multiple files openned with gedit.
Is there any shortcut key to move from one tab to a开发者_Python百科nother tab ?
Ctrl+Alt+PgUp goes to the previous tab. Ctrl+Alt+PgDn goes to the next tab.
If this does not work, see the Documents menu.
You can try this "Jump to nth tab Alt+ n". It works fine for me.
Ctrl+Shift+Tab should switch between tabs.
精彩评论