我从 ubuntu 12.04 vm 到我的(windows)笔记本电脑设置了 x11 转发。它可以工作,但是当我输入转发的应用程序时,它使用的是 qwerty 布局,我希望它使用 colemak。
我想要一个命令行解决方案,因为我没有在 vm 中安装 GUI。
我试过了setxkbmap -v us -variant colemak,但我收到“加载新键盘描述时出错”:
$ setxkbmap -v us -variant colemak
Warning! Multiple definitions of keyboard layout
Using command line, ignoring X server
Warning! Multiple definitions of layout variant
Using command line, ignoring X server
Trying to build keymap using the following components:
keycodes: xfree86+aliases(qwerty)
types: complete
compat: complete
symbols: pc+us(colemak)
geometry: pc(pc101)
Error loading new keyboard description
Run Code Online (Sandbox Code Playgroud)
我也试过setxkbmap -v us -variant dvorak …