NanaZip icon indicating copy to clipboard operation
NanaZip copied to clipboard

Control+Backspace inserts a character instead of deleting a word.

Open pog5 opened this issue 5 months ago • 0 comments

Control+Backspace inserts a character instead of deleting a word on seemingly all text fields in the program.

Steps to reproduce:

  1. Open any archive in NanaZIP
  2. Click the Extract button (either from the Menu bar (2nd item) or from the Copy To... option in the right-click menu)
  3. In the Copy to: path input box, press Control+Backspace while you have the box selected.
  4. The prorgram inserts the character  (%7F in URL format, also known as Unicode U+007F "Delete")

Expected behavirour: NanaZIP should delete the path from your current cursor position to the nearest (back)slash lefwards of it.

What's weird is that this functionality already works if you use Control+Delete instead.

pog5 avatar Sep 17 '24 11:09 pog5