Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space bar size #60

Open
enricogalli opened this issue Jun 18, 2023 · 0 comments
Open

Space bar size #60

enricogalli opened this issue Jun 18, 2023 · 0 comments

Comments

@enricogalli
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant