Fluxbox 메뉴에서 독일어, 그리스어(현대) 및 다성 그리스어 간 전환을 위한 키보드 레이아웃 코드 목록을 어디서 찾을 수 있나요?
vim ~/.fluxbox/menu
[begin] (fluxbox)
[include] (/etc/X11/fluxbox/fluxbox-menu)
[submenu] (Keyboards)
[exec] (de) {setxkbmap de}
[exec] (greek) {setxkbmap greek}
[exec] (polytonic greek) {setxkbmap polytonic greek}
[end]
답변1
/usr/share/X11/xkb/rules/xorg.lst
Polytonic에는 xkbmap의 모든 옵션과 변형이 있으므로 Fluxbox 메뉴가 올바르게 표시됩니다 setxkbmap gr -variant 'polytonic'
.