Re: Tk Invokes focused widgets on Alt-Space
- From: Bryan Oakley <oakley@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 13:43:26 GMT
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
.
- Follow-Ups:
- Re: Tk Invokes focused widgets on Alt-Space
- From: Donal K. Fellows
- Re: Tk Invokes focused widgets on Alt-Space
- References:
- Tk Invokes focused widgets on Alt-Space
- From: Mark Garvey
- Tk Invokes focused widgets on Alt-Space
- Prev by Date: Re: %W in the clock command
- Next by Date: Re: Tk Invokes focused widgets on Alt-Space
- Previous by thread: Tk Invokes focused widgets on Alt-Space
- Next by thread: Re: Tk Invokes focused widgets on Alt-Space
- Index(es):