Skip to content

input-event: Fix key event strings for Escape, Delete and BackSpace

Lukáš Tyrychtr requested to merge tyrylu/orca:key_event_string_fix into main

Some implementations send the Ascii codes for these events, but Orca expects (in more than one place - key presentation, exiting learn mode) them to be represented by their somewhat more readable key names.

Rather than trying to support both variants (if even both are still used), normalize the event string when constructing the input event.

Merge request reports

Loading