nick-shmyrev / improved-osk-gnome-ext

Improved On Screen Keyboard for Gnome Shell
https://extensions.gnome.org/extension/4413/improved-osk/
94 stars 30 forks source link

Space bar size #60

Open enricogalli opened 1 year ago

enricogalli commented 1 year ago

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