First commit

This commit is contained in:
Hane 2023-11-09 18:23:52 +01:00
commit aa9ca5cf31
3 changed files with 50 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
## How-to
- Copy eyy to /usr/share/X11/xkb/symbols
- Edit /usr/share/X11/xkb/rules/evdev and add:
```
! option = symbols
...
eyy:eyymacs = +eyy(eyymacs)
! include %S/evdev
```
### KDE
- Edit ~/.config/kxkbrc and add:
```
Options=eyy:eyymacs,shift:both_capslock_cancel
```