我正在使用 Gnome Shell 扩展工作空间矩阵在 Ubuntu 18 中,想要更改它的热键(当前为Super+ W),但无法找到设置位置。
使用dconf 编辑器/org/gnome/desktop/wm/keybindings
,我在或 下没有看到任何选项/org/gnome/shell/extensions/wsmatrix
。
这是怎么做到的?
答案1
从https://github.com/mzur/gnome-shell-wsmatrix/issues/47:
$ sudo cp ~/.local/share/gnome-shell/extensions/[email protected]/schemas/org.gnome.shell.extensions.wsmatrix.gschema.xml /usr/share/glib-2.0/schemas/
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
然后使用gsettings
或dconf
设置org.gnome.shell.extensions.wsmatrix-keybindings
workspace-overview-toggle
。