LC8DP15 feedback-IDE Issues
J. Landman Gay
jacque at hyperactivesw.com
Thu Mar 3 14:30:01 EST 2016
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.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list