LC8DP15 feedback-IDE Issues
Peter M. Brigham
pmbrig at gmail.com
Fri Mar 4 17:54:40 EST 2016
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
pmbrig at gmail.com
http://home.comcast.net/~pmbrig
More information about the use-livecode
mailing list