Pet*_*r.O 11 gnome nautilus shortcut-keys gtk
我一直看到对名为Editable Menu Acceleratorsor的配置选项的引用Editable Menu Shortcut Keys。
这正是我所需要的,但我读过的关于如何找到该功能的所有说明都将我引向了死胡同。
我正在运行 Ubuntu 10.4,并检查了它的帮助文件Desktop User Guide。
在部分8.2.1.4.?Interface Preferences它说:
"...the Interface tabbed section in the Appearance preference tool
to customize the appearance of menus, menubars, and toolbars
for applications that are part of GNOME."
Run Code Online (Sandbox Code Playgroud)
这个Interface选项卡在 Ubuntu 10.4 中不存在(......好吧,谁移动了它?!..我在哪里?)
这个功能仍然可用吗?
我认为它确实存在,并且现在可以通过其他方式访问......但是如何?
PS:澄清......我想修改特定应用程序的菜单项加速器(不是系统范围的热键)
似乎 GNOME 决定删除界面选项卡,因为“基本上所有存在的用户体验设计都可以避免。它只属于调整 UI 工具。” 所以现在启用该选项的唯一方法隐藏在 gconf 设置的深处。
发射gconf-editor从终端或“运行应用程序”对话框(Alt-F2)。
导航到desktop>gnome>interface并检查can_change_accels
或者只是在终端中运行这一行:
gconftool --set /desktop/gnome/interface/can_change_accels --type=bool True
Run Code Online (Sandbox Code Playgroud)