Search found 3 matches

by kevin.j
Thu Nov 17, 2011 11:14 pm
Forum: Talking LiveCode
Topic: Using a mneonic of m
Replies: 5
Views: 5126

Re: Using a mneonic of m

So I implemented a very crude hack to get it to work. I added a front script that has a rawkeydown and a rawkeyup handler. In the rawkeydown handler I say if the keypress came from the numpad then disable the mnemonic of the button and on rawkeyup then enable the mnemonic. There were other issues I ...
by kevin.j
Thu Nov 17, 2011 8:29 pm
Forum: Talking LiveCode
Topic: Using a mneonic of m
Replies: 5
Views: 5126

Re: Using a mneonic of m

I have now tried the following on 3 different Windows machines running 3 different versions of livecode (4.5, 4.6.4, and 5.0) on a brand new stack that is otherwise completely blank. on keydown tkey if controlkey() is down then put "The key is " & quote & tkey & quote end if end keydown If I press c...
by kevin.j
Tue Nov 15, 2011 9:53 pm
Forum: Talking LiveCode
Topic: Using a mneonic of m
Replies: 5
Views: 5126

Using a mneonic of m

I can create a stack with a regular push button on it with a label of "Manual" and mnemonic of 1, so that it will be the letter "m". This is the only change from a regular push button that has been dragged off of the tools menu. Therefore I expect to be able to press Alt-m and the button will act as...