Makes Gnome's OnScreen Keyboard more usable. Features: * Includes additional buttons: Arrow keys, Esc, Tab, Ctrl, Alt, Super, F1-12 * Supports key combinations like `Ctrl + C`, `Alt + Tab`, `Ctrl + Shift + C`, `Super + A, Alt + F2` etc. * Configurable keyboard size (landscape/portrait) * Statusbar indicator to toggle keyboard * Works in Gnome password modals This extension is a fork of https://github.com/nick-shmyrev/improved-osk-gnome-ext. Formerly known as Improved OSK.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Also null out in disable: ```js this._oskA11yApplicationsSettings = null; this.currentSeat = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects)