Message 59724 - Python tracker
Message59724
| Author | christian.heimes |
|---|---|
| Recipients | Nashev, christian.heimes, gvanrossum |
| Date | 2008-01-11.17:31:15 |
| SpamBayes Score | 0.010514886 |
| Marked as misclassified | No |
| Message-id | <1200072682.0.0.269546496758.issue1794@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I *think* Nashev is talking about assigning hot keys by scan code rather than by character code. E.g. on a German keyboard the 'z' and 'y' are switched and the 'z' key is left to the 't' key. If a program assigns a hot key to 'z' by character code than the user has to press the 'z' key which is a different key on the German keyboard. However if a hot key is assigned by scan code (not sure if it's the right term) than the hot key is still assigned the physical key in the lower left corner. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-11 17:31:22 | christian.heimes | set | spambayes_score: 0.0105149 -> 0.010514886 recipients: + christian.heimes, gvanrossum, Nashev |
| 2008-01-11 17:31:22 | christian.heimes | set | spambayes_score: 0.0105149 -> 0.0105149 messageid: <1200072682.0.0.269546496758.issue1794@psf.upfronthosting.co.za> |
| 2008-01-11 17:31:16 | christian.heimes | link | issue1794 messages |
| 2008-01-11 17:31:15 | christian.heimes | create | |