Skip to content

inputMethod: Enable IBus.Capabilite.OSK when OSK type keys

Takao Fujiwara requested to merge fujiwarat/gnome-shell:ibus-osk-flag into main

Even if OSK GUI is shown, users still can type keys with physical keyboards so inputMethod checks Clutter.EventFlags.FLAG_OSK in ClutterEvent, which flag is set when ClutterEvent is generated by MetaVirtualInputDeviceNative.

mutter#2441 mutter!2638

Merge request reports