Makes Gnome's onscreen keyboard more useable with e.g. more keys. This extension is based on https://extensions.gnome.org/extension/1631/improve-onscreen-keyboard/ but this version will make the keyboard appear on the top layer of the gnome shell. The most of the coding was done by schuhumi@extensions.gnome.org. Since there was no way of contacting him and i also didnt find any git repo for the extension i decided to publish it here.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
There is a reference error on line #648 of extension.js preventing your extension from being disabled. You should either ensure this value is `null` if unset, or check it with `if (_indicator instanceof OSKIndicator)` or `if (_indicator)`. Please fix this error so I can approve your extension.