x window - Gakgu/Gakgu.github.io GitHub Wiki

μ •μ˜

λ¦¬λˆ…μŠ€μ—μ„œ μ‚¬μš©λ˜λŠ” κ·Έλž˜ν”½ μœˆλ„μš° μ‹œμŠ€ν…œ.

Tip

Caps Lock to Ctrl

/etc/X11/xorg.conf.d/10-keyboard.conf에 λ‹€μŒκ³Ό 같은 λ‚΄μš©μ„ μΆ”κ°€ν•œλ‹€.

Section "InputClass"                             
    Identifier "keyboard-all"                            
    Driver "evdev"                            
    Option "XkbLayout" "kr"                            
    Option "XkbOptions" "ctrl:nocaps"                            
    MatchIsKeyboard "on"                            
EndSection