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