This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Drekin
Recipients Drekin, ezio.melotti, ned.deily, serhiy.storchaka, terry.reedy, vstinner
Date 2014-09-23.20:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411504093.69.0.0913032404447.issue22408@psf.upfronthosting.co.za>
In-reply-to
Content
By modifier I mean a key like Shift, Ctrl, Alt, AltGr; or the corresponding modifier state. A combination modifier + base key produces either special action or a character or a dead key. A dead key affects the next character rather than producing a character itself. Dead keys can be even chained, i.e. a sequence [previous dead key, modifier + base key] can produce another dead key. (Aside: This feature has been present on Windows for long time, but is used very rarely and applications are buggy. I spent some time designing my Unicode keyboard layout using chained dead keys to produce various mathematical symbols. Then I found out than some applications have problems with the feature – including Firefox. It's basically because they try to implement the interpretation of keyboard layout by themselves rather then using standard Windows implementation through API.)

For example standard Czech keyboard use the AltGr key and the corresponing state to produce characters like $, #, &, @, {, }, [, ], because the top row is used for common diacritical combinations and its Shift state for numbers. I understand that English doesn't need many characters and so the layout usually doesn't need AltGr or dead keys. But I think even English keyboard should be able to type characters like English quotes, N-dash, or ellipsis: “, ”, –, ….

I have also changed the title.
History
Date User Action Args
2014-09-23 20:28:13Drekinsetrecipients: + Drekin, terry.reedy, vstinner, ned.deily, ezio.melotti, serhiy.storchaka
2014-09-23 20:28:13Drekinsetmessageid: <1411504093.69.0.0913032404447.issue22408@psf.upfronthosting.co.za>
2014-09-23 20:28:13Drekinlinkissue22408 messages
2014-09-23 20:28:13Drekincreate