Projects/_posts/2021-07-04-xkb-neo.md

28 lines
780 B
Markdown
Raw Normal View History

2022-07-20 23:37:31 +00:00
---
title: xkb neo
---
2023-04-26 09:58:50 +00:00
My xkb modifications for making neo etc (inclusive vou) work properly with every part of GNU/Linux. YES, even Java Applications.
2022-07-22 21:11:38 +00:00
For programs running through XWayland manually execute
~~~bash
setxkbmap de vou
~~~
to get proper keybindings working.
2022-07-20 23:37:31 +00:00
2023-04-26 09:58:50 +00:00
Execute patch.sh to patch your system
2022-07-20 23:37:31 +00:00
2023-04-26 09:58:50 +00:00
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
2022-07-20 23:37:31 +00:00
# Downloads
2023-04-26 09:58:50 +00:00
- <a href="https://github.com/Surferlul/xkb_neo/archive/refs/tags/v1.2.0.zip">code (patch.sh, patch_xkb.py, enable_gnome.sh)</a>
2022-07-20 23:37:31 +00:00
- <a href="https://github.com/Surferlul/xkb_neo/releases/download/v1.1.0/enable_gnome.sh">enable_gnome.sh</a>
2022-07-20 23:45:22 +00:00
### [View on Github](https://github.com/Surferlul/xkb_neo)