Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

10 righe
315 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