许多游戏、Emacs 和终端都广泛使用了Alt密钥。是否可以将 Unity 配置为尊重此密钥,而不是使用它启动 HUD?
$ sudo update-grub
/usr/sbin/grub-probe: error: failed to get canonical path of `none'.
Run Code Online (Sandbox Code Playgroud)
这是我从生动到狡猾的升级中断后的情况
[编辑]
进一步研究 grub 源代码,第二个命令可能是失败的一个:
$ grub-probe --target=device /
/dev/md2
$ grub-probe --target=device /boot
grub-probe: error: failed to get canonical path of `none'.
Run Code Online (Sandbox Code Playgroud)
以下也给出了错误:
$ sudo grub-probe -t device /boot/grub
grub-probe: error: failed to get canonical path of `none'.
$ sudo grub-probe -t fs_uuid /boot/grub
grub-probe: error: failed to get canonical path of `none'.
Run Code Online (Sandbox Code Playgroud)
[/编辑]
我没有/boot/grub/grub.cfg礼物(或更旧的 /boot/grub/menu.lst)
在 grub 配置期间无法安装引导加载程序:
Grub 无法在可用选项(/dev/sda /dev/sdb或 …
我通常使用快速轻弹鼠标在不同显示器上的窗口之间切换焦点。我通常将相同的应用程序保留在特定的监视器上,以便知道它“存在”的位置。我通常使用键盘Alt+Tab在被其他显示器覆盖的窗口之间循环,因此从 POV 来看,当Alt+Tab导致另一台显示器上的窗口循环到我正在查看的窗口时,这是相当混乱的。
Alt有没有办法将+窗口列表限制Tab为仅当前具有焦点的监视器?
我在 Ubuntu 19.04 上使用 GNOME,而不是 Compiz
window-manager shortcut-keys multiple-monitors application-switcher gnome-shell