himselfv / wakan

Japanese and Chinese learning tool with dictionary
39 stars 7 forks source link

Some control keys are treated as chars in the editor #190

Closed himselfv closed 11 years ago

himselfv commented 11 years ago

Original report by me.

Originally reported on Google Code with ID 190

Some control keys (such as TAB or ESC, I don't remember atm) are added as empty half-width
letters into the editor instead of being handled by the application as control keys.

The editor probably should just accept only well-known character keys as chars instead
of trying to be smart and accepting everything in 0..255 and then filtering out control
keys on an individual basis.

Reported by himselfv on 2013-08-03 13:32:00

himselfv commented 11 years ago
Cannot confirm with TAB or ESC, closing for now until new sightings are spotted.

Reported by himselfv on 2013-09-22 10:14:26