Projects/_posts/2021-07-04-xkb-neo.md
2023-10-17 02:44:11 +02:00

30 lines
922 B
Markdown

---
title: xkb neo
---
My xkb modifications for making neo etc (inclusive vou) work properly with every part of GNU/Linux. YES, even Java Applications.
For programs running through XWayland manually execute
~~~bash
setxkbmap de vou
~~~
to get proper keybindings working.
If your Windowing System is X11 you might need to remove the package "numlockx" and log out to get the keyboard layout working properly.
**Execute patch.sh to patch your system**
Or Manually:
- execute patch_xkb.py as superuser to patch /usr/share/X11/xkb
- execute enable_gnome.sh to enable alternative keyboard layouts on GNOME
# Downloads
- <a href="https://github.com/Surferlul/xkb_neo/archive/refs/tags/v1.2.2.zip">code (patch.sh, patch_xkb.py, enable_gnome.sh)</a>
- <a href="https://github.com/Surferlul/xkb_neo/releases/download/v1.1.0/enable_gnome.sh">enable_gnome.sh</a>
### [View on Github](https://github.com/Surferlul/xkb_neo)