You are not logged in.

#1 2010-08-01 14:00:51

Warnaud
Member
From: /dev/random
Registered: 2006-03-02
Posts: 58
Website

[layout] US International in console

Hi guys,

I have an US layout keyboard that I want to setup as ¨US International¨ (cf   http://dry.sailingissues.com/us-interna … ayout.html )
On X, no problem:

Option "XkbLayout" "us"
Option "XkbVariant" "intl"

And that's it

But in console, first there's no layout called us-intl only:

$ ls */* | grep us
qwerty/br-latin1-us.map.gz
qwerty/is-latin1-us.map.gz
qwerty/us-acentos.map.gz
qwerty/us.map.gz
qwertz/cz-us-qwertz.map.gz

In the /usr/share/kbd/keymaps/i386/
I have setup the layout as us-acentos in /etc/rc.conf however some key combinations are not the same sad
Example:
To make a ç:
- X11 or Windows® Explorer: AltGr + ,
- TTY: ´ + c
Is there someway I can find the correct layout for the console or fill in a bug report? (kbd seems hosted on kernel.org but I don´t find any place to post)

Many thanks!


-=<>=-
Archlinux French site : http://www.archlinux.fr

Offline

#2 2010-08-01 14:10:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [layout] US International in console

I suggest

'find /usr/share/kbd/keymaps/i386/ -iname "*us*"

instead of 'ls */* | grep us'

Does the 'is' in 'is-latin1-us.map.gz' mean International Standard or 'Icelandic'?

By "in the console" you mean outside of X? I'm not sure if this can be done. xkblayout is all about X and not the console.
For the console you need the correct 'KEYMAP=' parameter in your rc.conf, but yeah, US-international keymap seems to be missing.

Last edited by karol (2010-08-01 14:44:58)

Offline

#3 2010-08-01 14:43:46

Warnaud
Member
From: /dev/random
Registered: 2006-03-02
Posts: 58
Website

Re: [layout] US International in console

Thanks for the reply,

$ find /usr/share/kbd/keymaps/i386/ -iname "*us*"
/usr/share/kbd/keymaps/i386/qwerty/is-latin1-us.map.gz
/usr/share/kbd/keymaps/i386/qwerty/us.map.gz
/usr/share/kbd/keymaps/i386/qwerty/us-acentos.map.gz
/usr/share/kbd/keymaps/i386/qwerty/br-latin1-us.map.gz
/usr/share/kbd/keymaps/i386/qwertz/cz-us-qwertz.map.gz

I searched only in qwerty folder since it's a qwerty layout basically.

The KEYMAP setting is set to us-acentos in rc.conf, it ¨works¨ but differently as in X ...

I use loadkeys to check :-) and yes by the console I mean in the TTYs outside of X

I don´t know where is-latin1 is from, but it´s not the correct one too :´(

Last edited by Warnaud (2010-08-01 14:51:42)


-=<>=-
Archlinux French site : http://www.archlinux.fr

Offline

#4 2010-08-01 14:46:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [layout] US International in console

By "in the console" you mean outside of X? I'm not sure if this can be done. xkblayout is all about X and not the console.
For the console you need the correct 'KEYMAP=' parameter in your rc.conf, but yeah, US-international keymap seems to be missing.

Offline

#5 2010-08-01 14:52:21

Warnaud
Member
From: /dev/random
Registered: 2006-03-02
Posts: 58
Website

Re: [layout] US International in console

The KEYMAP setting is set to us-acentos in rc.conf, it ¨works¨ but differently as in X for special chars...

I use loadkeys to check :-) and yes by the console I mean in the TTYs outside of X

I don´t know where is-latin1 is from, but it´s not the correct one too :´(


-=<>=-
Archlinux French site : http://www.archlinux.fr

Offline

#6 2010-08-01 15:09:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [layout] US International in console

Warnaud wrote:

The KEYMAP setting is set to us-acentos in rc.conf, it ¨works¨ but differently as in X for special chars...

I use loadkeys to check :-) and yes by the console I mean in the TTYs outside of X

I don´t know where is-latin1 is from, but it´s not the correct one too :´(

I Googled a bit and there are (and were) many people asking "where the f is that layout I've read about", so I think you need to ask upstream.

Offline

#7 2010-08-01 15:11:43

Warnaud
Member
From: /dev/random
Registered: 2006-03-02
Posts: 58
Website

Re: [layout] US International in console

Yes, thanks, I also did some googleing and finally I downloaded the latest version of kbd to ask the dev directly :-)


-=<>=-
Archlinux French site : http://www.archlinux.fr

Offline

Board footer

Powered by FluxBB