nick-shmyrev / improved-osk-gnome-ext

Improved On Screen Keyboard for Gnome Shell
https://extensions.gnome.org/extension/4413/improved-osk/
94 stars 30 forks source link

Backspace button needs to be improved #55

Open pelemarse opened 1 year ago

pelemarse commented 1 year ago
  1. In some programs, such as Sublime Text, the program crashes when you press the Backspace key.
  2. In Firefox app, Gnome Web application, Gnome Text Editor: if the text is selected, the Backspace key does nothing (does not delete the selected text).

Fedora Linux 38 Gnome 44.1 Linux 6.2.13-300.fc38.x86_64

backspace-problem.webm

nick-shmyrev commented 1 year ago

Tested in Fedora 38 with Gnome Shell 44.1. Could not reproduce the crashing, but can see that the backspace doesn't work at all in Sublime Text, and selected text is not deleted in Firefox. This was also the case for the built-in Gnome OSK (this extension is basically a set of patches on top of the built-in OSK), so this is most likely an issue either with Sublime Text, or the default OSK.

Edit: Got Sublime Text to crash as well with the built-in OSK.

pelemarse commented 1 year ago

Ok, I've filed a Sublime Text issue.

https://github.com/sublimehq/sublime_text/issues/5956