On Mar 3, 2016, at 2:30 PM, J. Landman Gay wrote: > On 3/3/2016 8:22 AM, Mike Kerner wrote: >> Slightly off-the-subject, but for usability, command-9 and command-0 are a >> PITA to reach for me, as a right-hander, when my right is usually on the >> trackpad or mouse. > > 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.
I did the exact same thing, only using control-` [backquote]. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig _______________________________________________ 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