Mac 上的 gedit,更改文档快捷方式
我在 macbook pro 上使用 gedit,在编辑器中更改文档(选项卡)的快捷方式是选项+命令+向上/向下翻页。
不过,由于它是 macbook pro,我发现必须按 fn 键 + 向上/向下箭头才能进行向上/向下翻页输入,有点不方便。有没有办法将键盘快捷键配置为 ctrl + tab?
I'm using gedit on my macbook pro and the shortcut to change documents (tabs) within an editor is option+command+page up/down.
However, as it is a macbook pro, I find it slightly inconvenient to have to press the fn key + up/down arrow in order to make a page up/down input. Is there a way to configure the keyboard shortcut to be ctrl + tab?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解您想使用 ctrl + tab 切换选项卡,您可以使用 http 中的插件来完成此操作://live.gnome.org/Gedit/Plugins
示例:
控制您的选项卡 - Ctrl-Tab / Ctrl-Shift-Tab 按最近使用的顺序切换选项卡。
Ctrl-PageUp / Ctrl-PageDown 按选项卡栏顺序切换选项卡。
TabPgUpDown - 使用 Ctrl+PgUp 和 Ctrl+PgDown 在文档之间切换。
TabSwitch - 允许在文档之间按 ctrl+tab 切换。
要安装其中之一,您需要下载文件并将它们放入 ~/.gnome2/gedit/plugins/ 目录(可能需要创建)。它们需要位于那个确切的目录中;不会扫描子目录中的插件。
If i understand correctly that you want to switch tabs by using ctrl + tab, you can do that with a plugin from http://live.gnome.org/Gedit/Plugins
Examples:
Control Your Tabs - Ctrl-Tab / Ctrl-Shift-Tab switch tabs in most recently used order.
Ctrl-PageUp / Ctrl-PageDown switch tabs in tabbar order.
TabPgUpDown - Switch between documents using Ctrl+PgUp and Ctrl+PgDown.
TabSwitch - Allows to ctrl+tab-switch between documents.
To install one of these, you need to download the files and put them in your ~/.gnome2/gedit/plugins/ directory (which may need to be created). They need to be in that exact directory; subdirectories are not scanned for plugins.