91861 / wayst

A simple terminal emulator
MIT License
289 stars 9 forks source link

Pressing Capslock (that function as Ctrl) will put tilde sign #2

Closed freed00m closed 4 years ago

freed00m commented 4 years ago

Hi I use the hack for capslock that acts as ctrl key.

# Set keyboard layout 
XKB_DEFAULT_LAYOUT=cz
XKB_DEFAULT_VARIANT=qwerty
XKB_DEFAULT_OPTIONS=ctrl:nocaps

Whenever I press it, it paste ~ in the terminal.

Had no configuration file so using defaults.