Open ossimoi opened 3 years ago
I asked libinput this question because I wanted to use the same touch screen input on sway.
https://gitlab.freedesktop.org/libinput/libinput/-/issues/892
It is with the following. Glad if this helps.
the
struct libinput_device_group
, see the api docs
I cannot see any grp:shift_toggle
in man 7 xkeyboard-config
, perhaps you want grp:lshift_toggle
or grp:rshift_toggle
(or maybe even grp:shifts_toggle
)?
I cannot see any
grp:shift_toggle
inman 7 xkeyboard-config
, perhaps you wantgrp:lshift_toggle
orgrp:rshift_toggle
(or maybe evengrp:shifts_toggle
)?
Seems like the option got renamed at some point, but both grp:shift_toggle
and grp:shifts_toggle
used to work.
https://bbs.archlinux.org/viewtopic.php?id=279560
Not related to original issue nevertheless.
Aten KVM (CS782DP) does some kind of emulation for mouse & keyboard which makes the devices show up like this:
Following config works as expected when starting sway from tty:
but gets ignored when hitting $mod+Shift+c. repeat_delay and xkb_options both get reset back to default values.
Doing any of these three before reload fixes the issue:
Sway version: 1.6.1 Will get debug logs later if needed.