3

Geany で複数のドキュメントを開いています。「ドキュメント」タブの下のサイドバーにそれらがリストされているのを見ることができます。Ctrl+Tab現在のドキュメントから前のドキュメントに切り替えますが、ドキュメントを順番に切り替える方法がわかりません。

これは Geany を使用して実行できますか? ひょっとしてこれ用のプラグインはありますか?

4

2 に答える 2

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.

Geany のノートブック タブ キーバインド

于 2010-09-22T06:39:52.157 に答える
0

これがまさにあなたが求めているものかどうかはわかりませんが、私のシステムでは、ALT+1、ALT+2 などを押すと、マウスでタブをクリックするのと同じように、現在開いているドキュメントが選択されます。 (一番左のドキュメント タブは ALT+1 などに対応することに注意してください)。Web ブラウザーなどの他のほとんどのアプリは、開いているタブを直接選択するための修飾キーとして CTRL キーを使用しているようです。そのため、システムで ALT が機能しない場合は、代わりに CTRL キーを修飾キーとして試してください。

これが役に立ったことを願っています!

于 2013-02-19T00:42:48.643 に答える