Irmen de Jong wrote:
> Using tkinter in python3, I was trying to intercept
> individual keypresses (and releases) of keys on the numeric
> keypad. I want to use this as a simple joystick simulation.
> While you can bind the event, actually doing
> something sensible with it in a cross platform way
Op 2017-08-29, Irmen de Jong schreef :
> I'll have a look at https://www.tcl.tk/man/tcl8.6/TkCmd/keysyms.htm
> but I don't have high hopes because I already tried empirically to
> figure out the distinguishing attributes of the keypress event object,
> on various platforms (Mac OS, Linux, Windows)
On 29/08/2017 06:32, Terry Reedy wrote:
> *The* documentation (for 8.6) is the tcl.tk/man doc set:
> https://www.tcl.tk/man/tcl8.6/TkCmd/contents.htm
> For the level of detail you are looking at, they are essential.
>
> The nmt docs for 8.5 are neither complete (intentionally not) nor always
> c
On 8/28/2017 7:20 PM, Irmen de Jong wrote:
Hi,
Using tkinter in python3, I was trying to intercept individual keypresses (and
releases)
of keys on the numeric keypad. I want to use this as a simple joystick
simulation.
While you can bind the event, actually doing something sensible with
it i
Hi,
Using tkinter in python3, I was trying to intercept individual keypresses (and
releases)
of keys on the numeric keypad. I want to use this as a simple joystick
simulation.
While you can bind the event, actually doing something sensible with
it in a
cross platform way seems utterly impossib