Review of "GJS OSK" version 3

Details Page Preview

A new Onscreen Keyboard built using GNOME JS

Extension Homepage
https://github.com/Vishram1123/gjs-osk

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection waiting for author
You may get warning if you don't check the source before clearing the timeout. For example: ```js if (this.keysTimeout) { clearTimeout(this.keysTimeout); this.keysTimeout = null; } ``` Wanna fix that and send it again?
Vishram1123 posted a review
Fixed it and sent it back. Sorry for so much back-and-forth, this is my first GNOME extension
JustPerfection rejected
Np ;) Newer version approved.