Probe #0394e3272e of Raspberry Pi Foundation Raspberry Pi 4 Model...
Log: xorg.conf.d
keyboard.conf
-------------
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it,us"
Option "XkbOptions" "terminate:ctrl_alt_bksp,ctrl:nocaps"
EndSection
mouse.conf
----------
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/wsmouse"
Option "EmulateWheel" "on"
Option "Emulate3Buttons" "on"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
EndSection