Home   Archive   Permalink



mnemonics - short cut key to a button

how can I create a short cut key to a button?
    
In this way I won't have to click the button, but can just use the keys to call the button.
    


posted by:   yuem     20-Jun-2010/9:22:55-7:00



view layout [btn #"a" "press 'a'" [alert "pressed"]]

posted by:   Nick     20-Jun-2010/10:21:31-7:00



And if you use a caret in the char code, you can let them use ctrl+char. e.g. #"^q" = ctrl+q.

posted by:   Gregg Irwin     21-Jun-2010/10:47:18-7:00