Alt + Tab 仅在 MATE 16.04 版的两个最近窗口之间切换

Alt + Tab 仅在 MATE 16.04 版的两个最近窗口之间切换

我在 16.04 上使用 MATE 桌面环境。Alt+Tab组合键仅在同一工作区中最近访问的两个窗口之间切换。它根本不会切换到同一工作区内打开的所有其他窗口。我按住并多次Alt按下和释放。有什么解决方法吗?Tab

答案1

每个默认函数马丁·维姆普雷斯

Alt+ Tab:在当前工作区中循环应用程序。
Control++ AltTab在所有工作区中循环应用程序。

要检查它们,请运行:

gsettings get org.mate.Marco.global-keybindings switch-windows 
gsettings get org.mate.Marco.global-keybindings switch-windows-all 
gsettings get org.mate.Marco.global-keybindings switch-windows-all-backward

要更改它们,请使用您喜欢的设置运行以下代码的变体:

gsettings set org.mate.Marco.global-keybindings switch-windows 'disabled'
gsettings set org.mate.Marco.global-keybindings switch-windows-all '<Alt>Tab'
gsettings set org.mate.Marco.global-keybindings switch-windows-all-backward '<Shift><Alt>Tab'

相关内容