问题描述
根据文本的性质,有时换行很方便,有时候只是令人困惑。每次我需要切换(非常频繁)我必须做的视图 – 首选项 – 启用文本换行 – 关闭 – 四次点击,不提及所有的手,眼和思想动作。这可以更快地完成吗?
大多数文本编辑器最多只需要两次点击(在菜单中),有些文件在工具栏或热键上,但我在Gedit中找不到任何快捷方式。也许有一个我不知道的热键?
最佳解决方案
看看这个Text-Wrap-Plugin:http://hartmann-it-design.de/gedit/TextWrap/
我自己没有测试过,但它可能会满足你的需求。
次佳解决方案
在gedit 3.18中,可以从状态栏打开和关闭文本换行。
第三种解决方案
编辑 – >喜好
在视图选项卡下,选中启用文本换行
第四种方案
我知道没有这样的捷径,gedit documentation证实了这一点。
Gnome中有一种方法可以添加自己的快捷方式,但它适用于菜单选项。我认为它不适用于通过选中首选项中的复选框激活的功能。如果您仍想尝试,请按照下列步骤操作:
Activate this feature
* Run gconf-editor and go to /desktop/gnome/interface/
* Check the 'can_change_accels' option
* no need to restart anything, just close gconf-editor
Change menu shortcuts in your apps
* Start your application : Shotwell here
* Place your mouse on the menu you want to change
* Press the key combination : you'll see your shortcut appear in the menu
(Bubblegum编写的说明)