You are not logged in.
Pages: 1
i'm trying to make a custom keyboard layout of de_CH-latin1 but only flip the y and z
i followed the wiki of making a custom keyboard layout but all i got was errors neither did i understand the tutorial well
so i copied the original keymap file (de_CH-latin1) and added these 2 lines
keycode 89 = z
keycode 90 = ywhich in theory should switch the z and y keys but that didn't work either it loaded the keymap but didn't change the keys. it didn't show any errors or anything
any help would be greatly appreciated
Last edited by upper-dev (2021-12-31 14:15:28)
Offline
Do you want to change the keymap
a) on the console
b) on x11
c) on wayland?
Offline
Do you want to change the keymap
a) on the console
b) on x11
c) on wayland?
as of current time only console.
i also use x11 but i'll try to make a keymap for that until i finish with console keymap
Offline
/usr/share/kbd/keymaps/i386/qwertz/ch_qwerty-latin1.map
include "de_CH-latin1.map"
keycode 21 = y
keycode 44 = zsudo loadkeys ch_qwerty-latin1Should do for the console?
Offline
/usr/share/kbd/keymaps/i386/qwertz/ch_qwerty-latin1.map
include "de_CH-latin1.map" keycode 21 = y keycode 44 = zsudo loadkeys ch_qwerty-latin1Should do for the console?
thank you, apparently it was the keycodes i was changing that was wrong. i used the wrong keycode map to configure the keymap
Offline
You can check out the codes w/ "sudo showkey"
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1