Skip to content

WIP: Silence call when volume down is pressed

This is on top of !12 and tries to silence the ringing of a call when the volume key is pressed.

There are two issues though:

  • The key_pressed_cb callback from the display is never called. Not sure if this needs a GtkEventBox
  • The key-pressed callback from the example window get's called in principle. In GNOME shell events with keyval GDK_KEY_AudioLowerVolume will not get propagated (presumably because the shell handles them), but they do get propagated when using Sway.

Merge request reports