improved-osk-gnome-ext icon indicating copy to clipboard operation
improved-osk-gnome-ext copied to clipboard

Add dbus binding for toggling osk

Open Azkali opened this issue 1 year ago • 2 comments

Following up the issue #32 I created, this PR implements that feature.

Azkali avatar Apr 24 '23 18:04 Azkali

I'll admit I'm not familiar with DBus. I've skimmed over the docs, but your changes look very different from what I've seen there. Can you explain how is this going to work?

nick-shmyrev avatar Apr 27 '23 15:04 nick-shmyrev

Hi, thanks for looking at my PR

Here is how I am using this feature:

A script to get the status: https://gitlab.azka.li/l4t-community/gnu-linux/switchroot-pipeline/-/raw/master/switch-l4t-configs/switch-toggle-osk/usr/bin/toggle-osk

And the dbus custom key binding: https://gitlab.azka.li/l4t-community/gnu-linux/switchroot-pipeline/-/blob/master/switch-l4t-configs/switch-dconf-customizations/etc/dconf/db/local.d/99-switch#L40

I am currently working on the changes you asked (need to test on my device to see if it still works when the toggle is in enable)

Azkali avatar May 01 '23 20:05 Azkali