Skip to content

WIP quick hack to forward keyboard events

Guido Gunther requested to merge guido.gunther/phoc:keyboard-events into master

Just so volume buttons can work in phosh (phosh!528 (closed))

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 (phosh#98 (closed))
  • use a separte interface
  • see if we can make this compatible to the upstream protocol proposal
Edited by Guido Gunther

Merge request reports