25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

10 satır
314 B

  1. # ln -s this /etc/X11/xorg.conf.d
  2. Section "InputClass"
  3. Identifier "Keyboard Defaults"
  4. MatchIsKeyboard "yes"
  5. # Option "XkbModel" "acer_laptop"
  6. Option "XkbLayout" "jp"
  7. Option "XkbOptions" "ctrl:nocaps,ctrl:menu_rctrl"
  8. EndSection