是否有键盘快捷键在Geany中循环打开文档?

时间:2010-09-17 11:31:40

标签: keyboard-shortcuts geany

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

这可以使用Geany完成吗?是否有任何机会插件?

2 个答案:

答案 0 :(得分:4)

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.

notebook-tab-keybindings for Geany

答案 1 :(得分:0)

我不确定这是不是你问的问题,但在我的系统上按ALT + 1,ALT + 2等会选择当前打开的文件,就像点击标签一样使用鼠标(请注意,最左侧的文档选项卡对应于ALT + 1,依此类推)。大多数其他应用程序,例如Web浏览器,似乎使用CTRL键作为修改器来直接选择打开的选项卡,因此如果ALT不能在您的系统上执行此操作,请尝试使用CTRL作为修改键!

希望这有帮助!