How do you go about inserting this everytime you boot?
On March 3, 2016 at 9:30:17 AM, J. Landman Gay ([email protected]<mailto:[email protected]>) 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 [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
