[issue1794] Hot keys must work in any keyboard layout

2010-09-23 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: it does seem that the consensus is that this is not a generally desirable feature. -- nosy: +r.david.murray -BreamoreBoy resolution: - rejected stage: - committed/rejected status: open - closed

[issue1794] Hot keys must work in any keyboard layout

2010-09-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: From msg86386 Nevertheless, after reading your comments I came to the conclusion that doing what you want is very unlikely to happen. so closing. -- nosy: +BreamoreBoy ___ Python tracker

[issue1794] Hot keys must work in any keyboard layout

2009-04-23 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: That bug report is talking about gtk and modifiers affecting bindings (in the first comments at least), or maybe it even talks about your problem but it is so long that I would ask to include the relevant parts here. Nevertheless, after reading

[issue1794] Hot keys must work in any keyboard layout

2008-05-20 Thread Nashev
Nashev [EMAIL PROTECTED] added the comment: https://bugzilla.mozilla.org/show_bug.cgi?id=69230 - it is the same bugreport for other program. It is contain many comments and explains :) __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1794

[issue1794] Hot keys must work in any keyboard layout

2008-01-23 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1794 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1794] Hot keys must work in any keyboard layout

2008-01-23 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- components: -IDLE __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1794 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1794] Hot keys must work in any keyboard layout

2008-01-13 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- nosy: +kbk __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1794 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Nashev
New submission from Nashev: In most platform-depended applications hot keys are working by the specified keys on a keyboard, independent of a current keyboard layout. Not by the specified char. Some application menus is displaying keyboard shortcut localized to main layout for current

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Guido van Rossum
Guido van Rossum added the comment: So what's a hot key? Now I'm really confused. I don't recall anything using scan codes in IDLE, at least not for the memory shortcuts etc. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1794

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Christian Heimes
Christian Heimes added the comment: On which platforms do hotkeys have that behavior? I've never seen it. Some computer games define hot keys by scan code rather than by character. I'm not sure if it's a good idea for IDLE but for games it often makes sense.

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Georg Brandl
Georg Brandl added the comment: Christian Heimes schrieb: Christian Heimes added the comment: 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.

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Guido van Rossum
Guido van Rossum added the comment: Not being familiar with localized keyboards, I don't understand your question. Can you provide some screen dumps of what you see and explain what you expected to see? PS. What OS? -- nosy: +gvanrossum priority: - low

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: IDLE lets you configure your own mappings without doing any programming. From the menu, pick Options, Configure Idle and goto the Keys tab. -- nosy: +rhettinger __ Tracker [EMAIL PROTECTED]

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Nashev
Nashev added the comment: Guido, I think now it is must be suggestion to TK team, in they's issue tracker... Raymond, I know I can make try localized hot key mapping for my keyboard layout for my self, but i think the best way is - help to make our public libraries better for all. But any way,

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Christian Heimes
Christian Heimes added the comment: 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

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Nashev
Nashev added the comment: WOW, so active discussion! OS - Windows Mac OS X, both Programs - most system and many others. Keyboard layouts - I mean mostly non latin (see http://en.wikipedia.org/wiki/Keyboard_layout#Keyboard_layouts_for_non-Roman_alphabetic_scripts) In case of russian