bragefuglseth / keypunch

Practice your typing skills
GNU General Public License v3.0
133 stars 23 forks source link

[Bug]: Ctrl+Backspace does not work #7

Closed jay-tau closed 4 months ago

jay-tau commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

Control+Backspace does not erase the entire word

To Reproduce Steps to reproduce the behavior:

  1. Partially type a word
  2. Press control+backspace

Expected behavior The entire word is deleted

Screenshots N/A

Additional context N/A

bragefuglseth commented 4 months ago

Thanks for reporting! The app uses its own custom-built input machinery, so ctrl+backspace would have to be handled manually as a part of that. I see no issue with doing so, though.