由于某些原因,我的 Ubuntu 11.04 Natty 运行 Linux 2.6.38-13,键盘采用意大利语布局,按键 AltFx在虚拟控制台(而不是普通CtrlAltFx键)之间切换。
我可以改变什么来避免这种情况?
我尝试添加
Section "Serverflags"
Option "DontVTSwitch" "on"
EndSection
Section "InputClass"
Identifier "keyboard defaults"
MatchIsKeyboard "on"
Option "XKbOptions" "srvrkeys:none"
EndSectionRun Code Online (Sandbox Code Playgroud)
到/etc/X11/xorg.conf文件,但无济于事。有xmodmap我可以使用的设置吗?