我正在运行 Xubuntu 18.04,但遇到以下问题:
当我尝试使用Win,而不是Super创建快捷方式时,我收到多键指示,并且无法创建组合键(即 Super-T)。例如,我无法使用以下包含 Super 的快捷方式:
这是我的/etc/default/keyboard:
XKBMODEL="pc105"
XKBLAYOUT="us,gr"
XKBVARIANT=","
XKBOPTIONS="grp:alt_shift_toggle,compose:lwin,terminate:ctrl_alt_bksp,grp_led:scroll"
BACKSPACE="guess"
Run Code Online (Sandbox Code Playgroud)
还有以下结果:setxkbmap -query -v 10
Setting verbose level to 10
locale is C
Trying to load rules file ./rules/evdev...
Trying to load rules file /usr/share/X11/xkb/rules/evdev...
Success.
Applied rules from evdev:
rules: evdev
model: pc105
layout: us,gr
variant: ,
options: grp:lalt_lshift_toggle,compose:lwin,terminate:ctrl_alt_bksp,grp_led:scroll
Trying to build keymap using the following components:
keycodes: evdev+aliases(qwerty)
types: complete
compat: complete+ledscroll(group_lock)
symbols: pc+us+gr:2+inet(evdev)+group(lalt_lshift_toggle)+compose(lwin)+terminate(ctrl_alt_bksp)
geometry: pc(pc105)
rules: …Run Code Online (Sandbox Code Playgroud)