Skip to content

keyboard: Fill suggestion on button-press-event

Like OSK key buttons, we must avoid the default grabbing behavior of StButton here. Hook to button-press-event to commit the selected words, so we get a chance to prevent focus changes on the current key focus.

Merge request reports