Re: [Pythonmac-SIG] Fwd: more OS X oddities

2006-04-25 Thread Nicholas Cole
On 4/17/06, Michael Hudson <[EMAIL PROTECTED]> wrote: > > I think this has to do with your terminal emulator more than anything. > Try it in an xterm (if you have x11 installed...). I think you're right that it is to do with the terminal emulation. Results of some quick testing (on Tiger): F1-4

Re: [Pythonmac-SIG] Fwd: more OS X oddities

2006-04-17 Thread Michael Hudson
"Nicholas Cole" <[EMAIL PROTECTED]> writes: > I realised that on OS X it is almost impossible (or at least I can't > find a way) to capture F-key or meta-key presses using the python > curses module. I think this has to do with your terminal emulator more than anything. Try it in an xterm (if you

[Pythonmac-SIG] Fwd: more OS X oddities

2006-04-15 Thread Nicholas Cole
I realised that on OS X it is almost impossible (or at least I can't find a way) to capture F-key or meta-key presses using the python curses module. The following email has some code which illustrates the problem (it reports key-presses in 3 different ways). For some reason I don't understand it