You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
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