Re: Cant set my xkb's xkeymap with xkbcomp

2021-01-03 Thread Peter Hutterer
On Sat, Dec 19, 2020 at 01:04:50AM +0200, aprekates wrote: > Sorry my first 'reading on Peter's answer wasnt correct. > > I wrote : > > < options to a Ktcsg include commands.>> But this isnt what Peter said. It was > a false interpretation of mine. > > setxkbmap -print CAN display the current x

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-20 Thread aprekates
Sorry my first 'reading on Peter's answer wasnt correct. I wrote : > But this isnt what Peter said. It was a false interpretation of mine. setxkbmap -print CAN display the current xkeymap (in Ktcsg format ) but only if the change happened from setxkbmap

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-20 Thread aprekates
$  setxkbmap -layout us,gr,de $ setxkbmap -print xkb_keymap {     xkb_keycodes  { include "evdev+aliases(qwerty)"    };     xkb_types { include "complete"    };     xkb_compat    { include "complete+ledscroll(group_lock)"    };     xkb_symbols   { include "pc+us+gr:2+de:3+inet(evdev)+group(c

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-20 Thread aprekates
On 17/12/20 5:50 π.μ., Peter Hutterer wrote: setxkbmap -print doesn't use the keymap directly as you'd expect. it uses the RMLVO properties, changing a keymap directly with xkbcomp isn't reflected in the setxkbmap output. so simply said: this is a false negative. Why xkbcomp doest seem to wo

Cant set my xkb's xkeymap with xkbcomp

2020-12-18 Thread Chris Sorenson
Date: Thu, 17 Dec 2020 13:41:58 -0500 From: "James K. Lowden" To: xorg@lists.x.org Subject: Re: Cant set my xkb's xkeymap with xkbcomp Message-ID: <20201217134158.c0ce6bdbab5366a77fb64...@schemamania.org> Content-Type: text/plain; charset=ISO-8859-1 If the warning occur

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-17 Thread James K. Lowden
On Thu, 17 Dec 2020 13:50:59 +1000 Peter Hutterer wrote: > > $ xkbcomp -I$HOME/.config/xkb ~/.config/xkb/mapus  $DISPLAY > > > > . > > > > Warning:  Key not found in evdev+aliases(qwerty) > > keycodes Symbols ignored > > > > ... > > > > Warning:  No symbols defined for (

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-16 Thread Peter Hutterer
On Wed, Dec 16, 2020 at 12:52:18AM +0200, aprekates wrote: > Hi. I've have Debian Buster ,xorg (1:7.7+19). > > Trying to change xkb's xkeymap i tried : > > $ cd /home/foouser/.config/xkb > > $ setxkbmap  -model hhk -layout us -print > mapus > > xkb_keymap { >     xkb_keycodes  { include "ev

Cant set my xkb's xkeymap with xkbcomp

2020-12-16 Thread aprekates
Hi. I've have Debian Buster ,xorg (1:7.7+19). Trying to change xkb's xkeymap i tried : $ cd /home/foouser/.config/xkb $ setxkbmap  -model hhk -layout us -print > mapus xkb_keymap {     xkb_keycodes  { include "evdev+aliases(qwerty)" };     xkb_types { include "complete"  };