我在运行 Ubuntu 16.04 GNOME 3 的 ASUS ROG G752VL 上。每当我按 FN + 左、右、上或下箭头时,都会出现一个划掉的圆圈。这可以修复吗?我试图使用 FN + 左/右箭头,类似于 MacOS 上的 CMD + 箭头,我相信这是 Ubuntu 16.04 和 GNOME 3 上的预期默认实现。
使用sudo xev
并按下 FN + 左箭头我得到
FocusIn event, serial 39, synthetic NO, window 0x4a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 39, synthetic NO, window 0x0,
keys: 4294967241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
并按下 FN + 向右箭头我也会得到
FocusIn event, serial 37, synthetic NO, window 0x4a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 4294967241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
然而奇怪的是,我连续第二次按下时总是
FocusIn event, serial 40, synthetic NO, window 0x4a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 40, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
使用 FN + 右
FocusIn event, serial 44, synthetic NO, window 0x4a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 44, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
使用 FN + 左。
答案1
我真的不知道 MacOs 是如何工作的,但你可以在 Gnome 上自定义键盘快捷键,请按照此链接上的步骤操作 https://help.gnome.org/users/gnome-help/stable/keyboard-shortcuts-set.html.en