是否有键盘快捷键可以在 Geany 中循环浏览打开的文档?

Man*_*dan 3 keyboard-shortcuts geany

我在 Geany 中打开了多个文档。我可以看到它们列在“文档”选项卡下的侧栏中。Ctrl+Tab将我从当前文档切换到前一个文档,但我不知道有什么方法可以按顺序循环浏览文档。

这可以使用 Geany 来完成吗?有没有这个插件?

zen*_*ngr 5

Switch to left document     Ctrl-PageUp (C)     Switches to the previous open document.
Switch to right document    Ctrl-PageDown (C)   Switches to the next open document.
Switch to last used document    Ctrl-Tab    Switches to the previously shown document (if it's still open). Holding Ctrl (or another modifier if the keybinding has been changed) will show a dialog, then repeated presses of the keybinding will switch to the 2nd-last used document, 3rd-last, etc. Also known as Most-Recently-Used documents switching.
Move document left  Ctrl-Shift-PageUp   Changes the current document with the left hand one.
Move document right     Ctrl-Shift-PageDown     Changes the current document with the right hand one.
Move document first         Moves the current document to the first position.
Move document last      Moves the current document to the last position.
Run Code Online (Sandbox Code Playgroud)

Geany 的 notebook-tab-keybindings