I am trying to find something I can use to tell sway to open the context menu when I press my stylus button (right click). It's a... unique environment, to say the least, but the monitor is working as expected.
$> keyd monitor
device added: ab00:ab04:144f0a91 Wolf (virtual) pen tablet (/dev/input/event8)
Wolf (virtual) pen tablet ab00:ab04:144f0a91 kp4 down
Wolf (virtual) pen tablet ab00:ab04:144f0a91 kp4 up
default.conf
[ids]
ab00:ab04:144f0a91
[main]
kp4 = compose
When starting the daemon, it hangs trying to match the stylus
I am trying to find something I can use to tell sway to open the context menu when I press my stylus button (right click). It's a... unique environment, to say the least, but the monitor is working as expected.
default.conf
When starting the daemon, it hangs trying to match the stylus
I get nothing past that. A
keyd reload
command starts the reload process but hangs as well. Removingkp4 = compose
does not resolve the hang.Any ideas?