Re: Tk Invokes focused widgets on Alt-Space



Mark Garvey wrote:
Here is a simple script:

checkbutton .but1 -text "Do something but not on Alt-Space"
button .but2 -text "Do something but not on Alt-Space" -command exit
pack .but1 .but2

On Windows, when an Alt-Space event comes the buttons (provided they
have focus) will see the space and/or Alt key events and will be
invoked. This seems to have been the case in all previous versions I
have lying around including 8.4.14.

Not being familiar with all the magic key sequences in windows, what, exactly, is alt-space supposed to do? Does it have some special meaning in windows?


--
Bryan Oakley
http://www.tclscripting.com
.


Quantcast