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         |     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