Changes between Initial Version and Version 5 of Ticket #79
- Timestamp:
- Oct 17, 2017, 11:22:04 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #79
- Property Cc added
- Property Summary Dead keys input produces additional, unwanted characters in PM version → Dead keys produce diacritic character output (diacritic+combined characters, instead of combined only) in PM version
-
Ticket #79 – Description
initial v5 1 Accented/combined characters are produced pressing a "dead" key followed by a "normal" key, f.e. I should press ´ + a to get á.1 Background: in most languages, accented/combined/composite characters are typed in by pressing a sequence of two keys: a "dead" key for the diacritic, followed by a "normal" key for the base character, f.e. I should press ´ + a to get á. 2 2 3 This works as expected in VIO eFTE2, but in PM eFTE2 two characters are inputted: "´" and "á", "¨" and "ö", etc. (I kind of understand this, because getting keyboard input is totally different in PM and VIO.)3 This works as expected in VIO eFTE2, but in PM eFTE2 two characters are produced: "´á", "¨ö", etc. (I kind of understand this, because getting keyboard input is totally different in PM and VIO.) 4 4 5 5 FTEPM/2006 has the same problem. 6 6 7 I suspect PM actually produces two characters for these combinations, somehow marking the first one for replacement, and it is up to the application to handle it: both system E and Aaron Lawrence's AE show the "accent" character after the cursor when a dead key is pressed, and when a normal key is pressed, the accent character is replaced and the cursor position is moved beyond thecharacter as normal.7 I suspect PM actually produces two characters for these combinations, somehow marking the first one for replacement, and it is up to the application to handle it: both system E and Aaron Lawrence's AE show the diacritic character *after* the cursor when a dead key is pressed, and when a normal key is pressed, the accent character is replaced and the cursor position is moved after the combined character as normal. 8 8 9 9 Example: I press "dead" "!^" and I see "!^", then I press "A", and "!^" is replaced with "Â" and cursor is moved.