Answers:
转到设置>设备>键盘,然后向下滚动快捷方式列表。Alt+ Tab将是“切换应用程序”的快捷方式。
您想要的是改为 在Switch Windows上设置Alt+ Tab,因此单击Switch Applications并按Backspace清除它的快捷方式。单击设置。然后单击“切换Windows”,然后在其中设置Alt+ Tab。这将为您提供所需的功能。
在不更改本机键绑定的情况下解决问题非常简单。
如果要在相同的应用程序之间切换,只需输入 Alt+ '(上方的键Tab)。
要切换其他应用,请Alt+ Tab。
来自:https : //superuser.com/a/860001/718726(粘贴在这里,因为这里没有等效答案)
dconf-editor
org/gnome/desktop/wm/keybindings
'<Alt>Tab'
从switch-applications
移至switch-windows
'<Shift><Alt>Tab'
从switch-applications-backward
移至switch-windows-backward
switch-windows
跨台式机工作,而不仅仅是在当前台式机上工作,则也可以取消选中org/gnome/shell/window-switcher/current-workspace-only
(由@CharlBotha提供)dconf-editor
最后一步似乎并不总是必需的,但它不应受到伤害(尤其是因为它不会关闭任何正在运行的应用程序)。
在终端中运行以下行:
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
如果要switch-windows
跨桌面工作,而不仅仅是在当前桌面上工作,则还可以执行:
gsettings set org.gnome.shell.window-switcher current-workspace-only false
如果您没有发现任何更改,可以按Alt+ F2,然后键入r 以重新启动Gnome。
安装gnome shell扩展AlternateTab