Raival-e / File-Explorer-Compose

An Android file explorer written in Kotlin and Jetpack Compose
GNU General Public License v3.0
343 stars 15 forks source link

Text Editor does not recognize Ctrl+Backspace nor Ctrl+Delete #9

Closed KeronCyst closed 3 weeks ago

KeronCyst commented 3 weeks ago

It responds correctly to Ctrl+Shift+Arrow, but it treats Ctrl+Backspace and Ctrl+Delete as if you're not holding Ctrl at all.

It also fails to delete highlighted text if you attempt to delete with the Delete key:

  1. Shift+Arrow key to select text
  2. Press Delete
  3. It deletes one character after the end of the highlighted text (instead of the highlighted text)

Samsung S21 FE 5G on Android 12

Raival-e commented 3 weeks ago

I'm using Sora Editor as text editor, I'll raise this issue there and hopefully it gets resolved.

Thanks for the feedback.