I made a custom plugin stack. In the plugin settings, it's set to open invisibly on startup. In the plugin stack script:

on preOpenStack
  insert script of btn "abc" into front
  insert script of btn "xyz" into back
  -- a bunch of other customizations
end preOpenStack

Works great, I forget it's there but I use my shortcuts all the time. My backscript has shortcuts dating back to HyperCard, the frontscript is much smaller.


On 3/3/2016 4:44 PM, Sannyasin Brahmanathaswami wrote:
How do you go about inserting this everytime you boot?



On March 3, 2016 at 9:30:17 AM, J. Landman Gay 
(jac...@hyperactivesw.com<mailto:jac...@hyperactivesw.com>) wrote:

I changed this years ago in a custom frontscript:

on tabKey
if controlkey() = "down" then
if the tool = "pointer tool"
then choose browse tool
else choose pointer tool
else pass tabKey
end tabKey

This toggles the browse and edit tools with Control-Tab. If any other
tool is selected, it will toggle the tool to Edit.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to