sudo cp /etc/X11/xorg.conf /etc/xorg.conf.yedeksudo gedit /etc/X11/xorg.conf
Mate masaüstü için gedit yerine pluma yazmasılın. Yukarıdaki komutu girerek dosyayı açalım ve klavye (keyboard) bölümünü aşağıdaki şekilde değiştirelim.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "tr"
Option "XkbVariant" "intl"
Option "XkbOptions" "compose:rwin"
EndSection
Daha sonra oturumu kapatıp tekrar açın. Şimdi tuşlarınız windows işletim sistemindeki gibi çalışıyor hale gelecektir.