我正在使用 Gnome 3。从 11.10 升级到 12.04 后,Ctrl++Alt被S回收用于切换窗口的阴影状态。
我检查了以下地方,但没有找到用于切换阴影状态的键绑定集的任何实例。
- 系统设置 / 硬件 / 键盘 / 快捷键(根据如何禁用 Ctrl+Alt+s 来最小化窗口?)
- 我甚至尝试设置不同的快捷方式。但没有任何效果。
- dconf-editor(据我所知,现已弃用)
- gconf-编辑器/gsettings
我错过了什么?
答案1
诀窍是使用 dconf-editor 为 toggle-shade 功能设置新的快捷方式。请按照以下步骤操作:
- 安装 dconf-editor:
sudo apt-get install dconf-tools
- 打开 dconf-editor ( Alt+ F2,回车
dconf-editor
) - 扩展直至元素:
org → gnome → desktop → wm → keybindings
。 - 将键的值更改
toggle-shaded
为不太具侵入性的值:['<Control><Super>s']
更新:有一种更简单的方法可以做到这一点,不需要 dconf-editor:
gsettings set org.gnome.desktop.wm.keybindings toggle-shaded "['<Control><Super>s']"
编辑自迈克尔·菲舍尔:要使用 gsettings 禁用键绑定,只需使用值['disabled']
例子:
gsettings set org.gnome.desktop.wm.keybindings toggle-shaded "['disabled']"
答案2
下列:
CompizCompiz > 常规 > 常规选项 > 键绑定 > (底部)切换窗口阴影
如果你在 ubuntu 12.04 中安装 gnome-fall,它将起作用
看 :-http://ubuntuguide.org/wiki/Ubuntu:Precise#Install_a_classic_Gnome-appearing_User_Interface