applets/manage-inputmethod: Expose mode property
Original commit message(s)
Expose mode property
The KWin VirtualKeyboard D-Bus interface now exposes a three-state
mode property (Off=0, TouchOnly=1, On=2) instead of the previous
boolean enabled property.
This enables users to explicitly choose between disabling the virtual keyboard entirely, showing it only for touch input, or keeping it always available regardless of input device.
Signed-off-by: Yelsin Sepulveda yelsinsepulveda@gmail.com