Customizing Keyboard Shortcuts

DunbarX at aol.com DunbarX at aol.com
Wed Sep 30 11:46:01 EDT 2009


You would want to put this into a backScript, I suppose, so it would be 
available anywhere:

on commandkeydown tkey
    if the commandkey is down and the optionkey is down and tKey = "S" then
       edit the script of this stack
    end if
end commandkeydown

And other gizmos can be similarly done.

Craig Newman



More information about the use-livecode mailing list