You are not logged in.
in wiki.archlinux.org/index.php/KEYMAP it says:
If these keymaps do not work for you, make sure the keymap file exists in /usr/share/kbd/keymaps/ using find: find /usr/share/kbd/keymaps/ -name "*[your desired keymap]*"
so my cf keymap isn't there. it doesn't say what to do when the keymap file is absent. tried looking in the packages, nothing...
Last edited by geoffm (2013-08-29 02:14:09)
Offline
It should be there. Reinstall kbd if necessary
progandy@pamobile ~ % find /usr/share/kbd/keymaps/ -name '*cf*'
/usr/share/kbd/keymaps/i386/qwerty/cf.map.gz
progandy@pamobile ~ % pkgfile cf.map.gz
core/kbd
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Might I suggest that some indication of the keymap you might be interested would enable people to do more than just suggest you use their favourites?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
[geoff@arch ~]$ find /usr/share/kbd/keymaps/ -name '*cf*'
/usr/share/kbd/keymaps/i386/qwerty/cf.map.gz
[geoff@arch ~]$ localectl set-keymap cf
[geoff@arch ~]$ localectl set-x11-keymap cf
[geoff@arch ~]$ setxkbmap -layout cf
Error loading new keyboard description
So the file is there, it's just that the keyboard won't work. It's still the US layout.
Last edited by geoffm (2013-08-29 02:18:34)
Offline