Files
teknolojirehberleri.xyz/rehberler/arch-linuxta-klavyeyi-türkçe-yapma.md
T

25 lines
721 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Arch Linux'ta Klavyeyi Türkçe Yapma
## Sorun
Arch Linux'ta "vconsole.conf" dosyasında Türkçe klavyeyi ayarlamama rağmen masaüstünde klavye dizilimim İngilizce oluyordu.
## Çözüm
**Uyarı: Bu işlemler Wayland'de çalışmamaktadır.**
Öncelikle terminali açın ve şu komutu girin:
```
sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf
```
Daha sonra alttaki kodları terminalde açılan programa yapıştırın.
```
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "tr"
Option "XkbModel" "pc105"
EndSection
```
# Destek
Bu yazıyı okuduğunuz için teşekkürler.
#### Yazar: Ahmet Samet GÜLER (Discord: Skyfall#1515)