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

Space bar size

Open enricogalli opened this issue 2 years ago • 0 comments

I played a bit with your extension and I basically managed to get what I needed. There's just one thing I can't figure out how to do, change Space Bar width.

I tried changing in /src/data/osk-layouts/ this

"strings": [
              " "
            ],
            "width": 5
            ...

to

"strings": [
              " "
            ],
            "width": 7

and then run

glib-compile-resources gnome-shell-osk-layouts.gresource.xml --sourcedir=./osk-layouts --target=gnome-shell-osk-layouts.gresource

I also tried to hack it using some css workaround but no luck.

Is there a way to achieve this or is it some kind of bug? Thanks

enricogalli avatar Jun 18 '23 10:06 enricogalli