On Sat, 26 Mar 2016 17:47:02 +, MRAB wrote:
> On 2016-03-26 17:10, Wildman via Python-list wrote:
>> I use some key bindings in my program. They are declared
>> like this:
>>
>> root.bind("" + "q", quit)
>> root.bind("" + "q", quit)
>> root.bind("" + "Q", quit)
>>
On 2016-03-26 17:10, Wildman via Python-list wrote:
I use some key bindings in my program. They are declared
like this:
root.bind("" + "q", quit)
root.bind("" + "q", quit)
root.bind("" + "Q", quit)
root.bind("" + "Q", quit)
The above binds both Alt keys with