You are not logged in.
Hello. I have a problem with my keyboard configuration, when i use the special keys in my system, let's say for example i want to write "`e" it gives that, i tried everything. thank you(ps: if it is usefull, i use xfce4 x11). Thank you
Offline
example i want to write "`e" it gives that
It gives ` ?? Also is this on your specific os or in liveboot too
A523 1348 2964 6091 F9fe 8a5c B731 1e54 D05e B9d7
Offline
setxkbmap -print -queryYou need some layout supporting dead keys, the default XCompose should™ then dead grave, acute and circumflex correctly
Though, sanity check, this isn't a https://en.wikipedia.org/wiki/AZERTY keyboard?
Offline
"setxkbmap -print -query" gives this
xkb_keymap {
xkb_keycodes { include "evdev+aliases(azerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+fr(nodeadkeys)+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
};
rules: evdev
model: pc105
layout: fr
variant: nodeadkeys
ps: it is the main os
Last edited by Bedrock12 (2026-05-22 14:33:58)
Offline
variant: nodeadkeysThis is why it doesn't work, try the basic variant.
Why did you select nodeadkeys?
Offline
Nope, didn't fix it. I have this:
xkb_keymap {
xkb_keycodes { include "evdev+aliases(azerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+fr+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
};
rules: evdev
model: pc105
layout: fr
but the probem is still the same
Offline
loginctl session-status
xev -event keyboard # and try to enter éOffline
it gives
KeyRelease event, serial 28, synthetic NO, window 0x4400001,
root 0x4c4, subw 0x4400002, time 2854479, (58,15), root:(652,344),
state 0x90, keycode 16 (keysym 0x60, grave), same_screen YES,
XLookupString gives 1 bytes: (60) "`"
XFilterEvent returns: False
Offline
That's altgr+7 - it's dead_grave in the latin9 variant (and "bre" for breton).
The "basic" layout has dead_grave on altgr+*
Obviously neither will ever lead to eacute é ![]()
Offline
So, how do i fix that because i need it to work. thank you
Offline
If you have a latin9 keyboard, use the "latin9" variant?
There's more than one azerty layout, https://en.wikipedia.org/wiki/AZERTY
grep xkb_symbols /usr/share/X11/xkb/symbols/fr/usr/share/X11/xkb/symbols/fr also has ascii-art illustrations of (some) layouts.
Offline