Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18677 > unrolled thread
| Started by | Some Friend <some-friend@web.de> |
|---|---|
| First post | 2012-01-08 20:32 +0100 |
| Last post | 2012-01-09 06:58 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
idle mac os x international keyboard umlaut input Some Friend <some-friend@web.de> - 2012-01-08 20:32 +0100
Re: idle mac os x international keyboard umlaut input Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-01-08 17:12 -0500
Re: idle mac os x international keyboard umlaut input Some Friend <some-friend@web.de> - 2012-01-09 06:58 +0100
| From | Some Friend <some-friend@web.de> |
|---|---|
| Date | 2012-01-08 20:32 +0100 |
| Subject | idle mac os x international keyboard umlaut input |
| Message-ID | <jecr1c$b01$1@news-cypress.fernuni-hagen.de> |
Dear Friends, with an international keyboard on mac os 10.6 an umlaut is inserted according to the chosen keyboard layout with alt + u followed by a, o or u for ä, ö or ü, or with cmd + " followed by a, o or u for ä, ö or ü. Neither way works in the IDLE console or file window of IDLE. Both ways work on the python console in a terminal window. IDLE version 3.2.2, Phyton version 3.2.2 and Tk version 8.5 according to IDLE -> "About IDLE". Names of the keyboard layouts: "US" and "US International - PC" Thank y'll for any Help
[toc] | [next] | [standalone]
| From | Benjamin Kaplan <benjamin.kaplan@case.edu> |
|---|---|
| Date | 2012-01-08 17:12 -0500 |
| Message-ID | <mailman.4531.1326060840.27778.python-list@python.org> |
| In reply to | #18677 |
On Sun, Jan 8, 2012 at 2:32 PM, Some Friend <some-friend@web.de> wrote: > Dear Friends, > with an international keyboard on mac os 10.6 > an umlaut is inserted according to the chosen > keyboard layout with alt + u followed by a, > o or u for ä, ö or ü, or with cmd + " followed > by a, o or u for ä, ö or ü. Neither way works > in the IDLE console or file window of IDLE. > Both ways work on the python console in a terminal > window. > > IDLE version 3.2.2, Phyton version 3.2.2 and > Tk version 8.5 according to IDLE -> "About IDLE". > > Names of the keyboard layouts: > "US" and "US International - PC" > > Thank y'll for any Help > -- This issue came up a few weeks ago too. The conclusion was that it's a bug in the Cocoa version of Tcl/Tk so there's unfortunately not much that can be done from the Python side. https://groups.google.com/group/comp.lang.python/browse_thread/thread/c7f22b059c68452a/85d11aa8f4b8b3c1
[toc] | [prev] | [next] | [standalone]
| From | Some Friend <some-friend@web.de> |
|---|---|
| Date | 2012-01-09 06:58 +0100 |
| Message-ID | <jedvln$s7m$1@news-cypress.fernuni-hagen.de> |
| In reply to | #18681 |
Am 08.01.12 23:12, schrieb Benjamin Kaplan: > On Sun, Jan 8, 2012 at 2:32 PM, Some Friend<some-friend@web.de> wrote: >> Dear Friends, >> with an international keyboard on mac os 10.6 >> an umlaut is inserted according to the chosen >> keyboard layout with alt + u followed by a, >> o or u for ä, ö or ü, or with cmd + " followed >> by a, o or u for ä, ö or ü. Neither way works >> in the IDLE console or file window of IDLE. >> Both ways work on the python console in a terminal >> window. >> >> IDLE version 3.2.2, Phyton version 3.2.2 and >> Tk version 8.5 according to IDLE -> "About IDLE". >> >> Names of the keyboard layouts: >> "US" and "US International - PC" >> >> Thank y'll for any Help >> -- > > This issue came up a few weeks ago too. The conclusion was that it's a > bug in the Cocoa version of Tcl/Tk so there's unfortunately not much > that can be done from the Python side. > > https://groups.google.com/group/comp.lang.python/browse_thread/thread/c7f22b059c68452a/85d11aa8f4b8b3c1 ... so it's paste and copy then :-(. Thanks for your Help.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web