Changes between Initial Version and Version 1 of Ticket #1609, comment 15
- Timestamp:
- 02/13/18 21:20:59 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1609, comment 15
initial v1 12 12 > Is the only problem the spurious Super_L press + release? 13 13 14 The main problem with the Option key is that it's sending accented characters with an option modifier rather than the raw character with Optionmodifier. Option-a produces Alt-å, Option-e produces Alt-´, and Option-m produces Alt-µ.14 The main problem with the Option key is that it's sending '''accented''' characters with an Alt modifier rather than the raw character with Alt modifier. Option-a produces Alt-å, Option-e produces Alt-´, and Option-m produces Alt-µ. 15 15 16 16 You can see in the example in the log that the Option-e (which on Mac is a combination key for the acute accent ´) actually affects the ''next'' character Ctrl-m, causing it to be sent as Ctrl-ḿ.