1
我想稍微编辑一下键盘的布局-最好的方法是什么?
我使用的Apple键盘与其他键盘相比有些烦人。即,交换了Alt_L和Super_L键,并交换了bar和less键(“ |”和“ <”)。 我写了一个Xmodmap文件来交换密钥: keycode 49 = less greater less greater onehalf threequarters keycode 64 = Super_L NoSymbol Super_L keycode 94 = bar section bar section brokenbar paragraph keycode 108 = Super_R NoSymbol Super_R keycode 133 = Alt_L Meta_L Alt_L Meta_L keycode 134 = Alt_R Meta_R Alt_R Meta_R 我通过使用xev和默认的modmap 识别键xmodmap …