Dear all,
I would like using french keyboard :
setxkbmap -layout fr
but AltGr key does not allow to get special characters like | @ or others.
Thanks for your help,
Regards,
osjbe
[Solved] AltGr key not operative
[Solved] AltGr key not operative
Last edited by osjbe on 07 Nov 2018, 06:48, edited 1 time in total.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
AltGr key not operative
Hello osjbe.
We need more information to address your problem. What version of Porteus are you using? 4.0? 32bit or 64bit? And which DE: Cinnamon, KDE, LXDE, LXQT, MATE, OPENBOX, XFCE?
We need more information to address your problem. What version of Porteus are you using? 4.0? 32bit or 64bit? And which DE: Cinnamon, KDE, LXDE, LXQT, MATE, OPENBOX, XFCE?
AltGr key not operative
Hello Ed,
Thank you for your post, sorry for my delayed reply.
Porteus is 4.0 32bits, desktop manager is openbox. Computer is Asus EEEPC X101CH.
Regards
Osjbe (olivier)
Thank you for your post, sorry for my delayed reply.
Porteus is 4.0 32bits, desktop manager is openbox. Computer is Asus EEEPC X101CH.
Regards
Osjbe (olivier)
AltGr key not operative
Hi osjbe,
Is it possible that you have a sub variant of the French keyboard?
Could you tell us which key along with AltGr should map to "@" and which to "|"?
Is it possible that you have a sub variant of the French keyboard?
Could you tell us which key along with AltGr should map to "@" and which to "|"?
AltGr key not operative
Hi Jssouza,
AlrGr+2 should give ~
AlrGr+2 should give ~
AlrGr+2 should give ~
AlrGr+2 should give ~
AlrGr+2 should give ~
AlrGr+2 should give ~
AlrGr+2 should give ~
AlrGr+2 should give ~
AltGr key not operative
Sorry Jssouza....
AltGr+2 should give ~ (I indicate the position of 2 in us keyboard in French keyboard it is é )
AltGr 3 --> #
AltGr 4 --> {
AltGr 5 --> [
AltGr 6 --> |
AltGr 7 --> `
AltGr 8 --> \
AltGr 9 --> ^
AltGr 0 --> @
AltGr - (- in us keyboard, in French keyboard it is ' ) ' ) --> ]
AltGr = --> }
Thx, regards
AltGr+2 should give ~ (I indicate the position of 2 in us keyboard in French keyboard it is é )
AltGr 3 --> #
AltGr 4 --> {
AltGr 5 --> [
AltGr 6 --> |
AltGr 7 --> `
AltGr 8 --> \
AltGr 9 --> ^
AltGr 0 --> @
AltGr - (- in us keyboard, in French keyboard it is ' ) ' ) --> ]
AltGr = --> }
Thx, regards
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
AltGr key not operative
Hi
I had the same problem with a german keyboard layout.
The Fix:
open /home/guest/.config/gxkb/gxkb.cfg
delete all layouts except the one you need (de in my case)
and add lv3:ralt_switch_multikey after terminate:ctrl_alt_bksp
so it does look like this:
log out/in
this fixed the AltGr problem for me..
I had the same problem with a german keyboard layout.
The Fix:
open /home/guest/.config/gxkb/gxkb.cfg
delete all layouts except the one you need (de in my case)
and add lv3:ralt_switch_multikey after terminate:ctrl_alt_bksp
so it does look like this:
Code: Select all
guest@porteus:~$ setxkbmap -query
rules: evdev
model: pc105
layout: de
variant: ,,
options: grp:switch,grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,lv3:ralt_switch_multikey
guest@porteus:~$
this fixed the AltGr problem for me..
[Solved]AltGr key not operative
Thank you very much Donald, it worked perfectly, have a good day.