有没有办法转储当前的键盘映射/键盘布局,以便可以在另一台主机上加载它xmodmap
?
答案1
这是手册xmodmap
页。尝试以下开关:
-pke This option indicates that the current keymap table should be printed on
the standard output in the form of expressions that can be fed back to
xmodmap.
将其重定向到一个文件,Xmodmap 可以读取此文件来设置键盘映射。这仅适用于使用 X 的情况。如果您需要在控制台上实现类似功能,请查看loadkeys
。