Skip to content

WIP quick hack to forward keyboard events

Guido Günther requested to merge keyboard-events into master

Just so volume buttons can work in phosh (https://source.puri.sm/Librem5/phosh/-/merge_requests/528)

should

  • use input event keycodes
  • support reporting modifiers
  • allow the client to select the media keys it wants to watch (we want to proxy in phosh to org.gnome.Shell.GrabAccelerators later on (https://source.puri.sm/Librem5/phosh/-/issues/98)
  • use a separte interface
  • see if we can make this compatible to the upstream protocol proposal
Edited by Guido Günther

Merge request reports