nick-shmyrev/improved-osk-gnome-ext

Additional buttons don't appear on Polish keyboard layout

Closed this issue · 2 comments

zgroza commented

Describe the bug
While English(UK) keyboard works OK, Polish keyboard does not have additional buttons (Ctrl, Alt, Esc etc.).
This is the only way I could make them appear:
https://github.com/lukasaristide/improved-osk-gnome-ext/commit/681817e4194178cf205c7a33aed871898410f3f1
though I suppose this is not the desired way - since this is not how it's done for other keyboard layouts.

Environment (those are the ones I verified):

  • Distro: Fedora 38, Ubuntu 23.04, Ubuntu 22.10
  • Gnome version: 43, 44

This is the only way I could make them appear: lukasaristide@681817e though I suppose this is not the desired way - since this is not how it's done for other keyboard layouts.

Great job, that looks nice! I'm actually considering bringing back "Super" key (related #43), so I'd be happy to merge this in if you'd like to make a PR.

Lowercase
image

Uppercase
image

Just a few nitpicks in case you do turn this into a PR:

  • "Super" key should be present both in lowercase and uppercase layers
  • I was thinking of adding "Super" key between "?123" and "Alt" keys, as this is where it's usually located on physical keyboards. Is there any particular reason you prefer to add it after "Alt"?
zgroza commented

Sure, I have created it - also, moved the Super key to its rightful place and added it to uppercase set too.