This is a "third layer" config for linux systems without being a actual third layer.
It will translate ctrl + alt + (keys for German third layer) to their corresponding keys.
For example "ctrl + alt + q" to "@"
This Config should work on systems based on: Arch, Debian, Red Hat
This config works on all of them because it uses Software that is available on all of these systems.
Run in shell | On Arch based systems | On Debian based systems | On Red Hat based systems |
1. | sudo pacman -S curl xbindkeys xdotool | sudo apt install curl xbindkeys xdotool | sudo yum install curl xbindkeys xdotool |
2. | curl -o ~\.xbindkeysrc 'https://codeberg.org/marvin1099/xbindkeys-german-keyboard/raw/branch/main/.xbindkeysrc' | Same as Arch | Same as Arch |
OR 2. | manualy download the ".xbindconfig" file from 'https://codeberg.org/marvin1099/xbindkeys-german-keyboard/raw/branch/main/.xbindkeysrc' and put it in to your home folder | Same as Arch | Same as Arch |
3. | xbindkeys | Same as Arch | Same as Arch |