You are not logged in.
Pages: 1
Hello,
After kbd upgrade loadkeys dont set my keymap to pl. I have wrong chars when i type them.
How to fix it.?
I dont want to downgrade.
Offline
Post your settings - 'localectl' etc.
Offline
Thats it:
System locale = pl_PL.UTF-8
  VC Keymap: pl
    X11 Layout: n/a
Regards
Offline
Hello, I have simmilar problem. I used KEYMAP=cz-qwertz, but after the upgrade of kbd to 2.0.0, this keymap doesn't print capital letters if shift is used. After experimenting with other keymaps, I found out that cz-us-qwertz works for me (except the altgr or alt+ctrl modifier), while the other Czech keymaps seem to be broken in some ways. 
I wonder if it is upstream bug, or I am missing something... Any idea, what it might be?
[nik@kanashimi ~]$ localectl 
  System Locale: LANG=cs_CZ.UTF8
       VC Keymap: cz-us-qwertz
      X11 Layout: cz,us
       X11 Model: pc105
     X11 Options: terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll"Although the masters make the rules
For the wise men and the fools
I got nothing, Ma, to live up to."
Offline
I can confirm that,
KEYMAP=cz-qwertz is broken so much. I mostly duplicated this subject at mine dummy post https://bbs.archlinux.org/viewtopic.php?pid=1317232. Also can confirm using cz-us-qwertz allow you to use shift. At least you should set password as it makes the casual,...
Offline
Created bug in flyspray: https://bugs.archlinux.org/task/36689
"Although the masters make the rules
For the wise men and the fools
I got nothing, Ma, to live up to."
Offline
This is most likely bug in kbd, downgrading to 1.15.5 version solves the problem.
Note that cz-us-qwertz uses
keycode  42 = Shift
...
keycode  54 = Shiftwhereas cz-qwertz uses
keycode  42 = ShiftL
...
keycode  54 = ShiftLOf course simple changing 'ShiftL' to 'Shift' breaks the entire keymap, e.g. 'Shift + á' would produce 'Á' instead of '8'...
Offline
Because searching for the source of this bug in one bulky commit[3] is really annoying and the original cz-qwertz keymap is pretty complex and practically unfixable (90KB in file size is too much), the simplest solution turned out to be writing new keymap from scratch. So here it is. Anyone using Czech keymaps please test it and report bugs/feature requests.
Last edited by lahwaacz (2013-09-04 15:56:25)
Offline
Pages: 1