Re: [kbd] Plus instead acute accent
Alexey Gladkov <[email protected]> Sat, 30 May 2020 14:41:25 +0200
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <20200530124125.fcthljmihgk4hpnp@comp-core-i7-2640m-0182e6> |
On Sat, May 30, 2020 at 02:09:47PM +0200, Daniel G. wrote: > > > If you try to load de Spanish keymap with: > > > $ loadkeys es > > > > > > It takes you "somewhere" with a Spanish misconfigured map that shows the ñ > > > correctly, but with some issues with the acute accents, which appear, for > > > example, as +a instead of a-acute. I have no idea of which "default" map > > > could it be. > > > > > > But if you put the absolute path to the map, the problem is fixed. > > > $ loadkeys /usr/share/keymaps/i386/qwerty/es.map.gz > > > > Do you have /usr/share/keymaps/i386/olpc/es.map.gz ? > > If yes, can you try the following? > > > > $ loadkeys /usr/share/keymaps/i386/olpc/es.map.gz > > I've tried it. And it loads the incorrect map, I mean, one showing +a instead > of a-cute. Just as I suspected. > I have just removed that map from the system, and 'loadkeys es' works > properly, loading a correct Spanish map. It seems we have found the > "culprit". > > As an immediate solution it is easy to remove /olpc/es.map.gz to make it > work as expected with 'loadkeys es'. or you could use: $ loadkeys qwerty/es > But it could be interesting to know why the default path to the Spanish > keymap goes to /olpc instead of /qwerty. I've tried to study the code of > loadkeys, but sorry, it is out of my range :-(. This is because loadkeys recursively searches for keymap in the /usr/share/keymaps/*/* subdirectories (on your system). Directory names are sorted alphabetically. keymaps/i386/azerty keymaps/i386/bepo keymaps/i386/carpalx keymaps/i386/colemak keymaps/i386/dvorak keymaps/i386/fgGIod keymaps/i386/neo keymaps/i386/olpc keymaps/i386/qwerty keymaps/i386/qwertz as you can see /olpc goes before /qwerty. -- Rgrds, legion
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEfyo9BymBSaB5PJpOpFq6VEz/1DQFAl7SVHUACgkQpFq6VEz/ 1DQX0g//dIj2r/G3pIbiQyBfF9swYUwutjBvUP5MPBakyglddg6m2OA6W2Iq74wn 9deZps9NWMcUF3EoQDVAMVsR/ulb8S5Uycn3jTOBsseC0tm3CijAFSfCerSvowJZ UpMc2pZIkDAD7t7iaryIQtiTxAiNPVWYCtpx4SqXNMWIgDPAVn2X/hQ9nzvYzgiF hUcSZFTmtSyQLo8ZGzkuFrqHwPEF1ef1ZgJ2oIH27AwbR7UD2FoO3MiZyTYLy4hZ rw4Kz8b/EFuZXVgXGmfdGHft2DiMTulSq4i8z6YjMh6TZY89TgyWab/YSaNCrIhs vMw/kaWBF1MoasIo4RqalWEyqAIFRzDCXVH/FvXbSJHLBlGggcd4/S2EWtMvmgLG N/0SfKEzgCV4PNnXhVVrUJuqjDpU9I5wPwOVc1xuqWBpCEL1A8p3IKPvSpTYXuKc Y/qU4m508hA3VK0ndkuJw8lvAzJrnPKU5o9nVtZmU7HZqq2+1vcbjTf6QqoN4eWC VwKM2IW1XShpHInuL5ZNjUd5TZVoQu80GW81QVutz+9WLZun9tcephLQSc1ZTua3 0kL4YCktcZSppNirD8544fS/MKljhIrmaufuew9b4+mZKm+ueaZM547VRq2wWpWw VyASAEJsFmNztFwqZ2OraGPee8Imd6XHqrQbGDrtmLzQ2LdpKBk= =7dVY -----END PGP SIGNATURE-----