Paste #264653

   
pasted on 31.08.2022 17:23
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#------------------------------------------------------------------------------
# Modified Calculate Utilities 3.7.2.16
# Processed template files:
# /var/db/repos/calculate/profiles/templates/3.6/3_ac_install_live/1-merge/x11-base/xorg-server/X11/xorg.conf.d/keyboard.conf
# To modify this file, create a /etc/X11/xorg.conf.d/keyboard.conf.clt template.
#------------------------------------------------------------------------------

# Keyboard settings
Section "InputClass"
  Identifier  "keyboard"
  Driver  "evdev"
  Option  "Protocol" "event"
  MatchIsKeyboard "1"
  Option "XkbLayout" "us"
EndSection
Add Comment
Author