Search found 1 match

by hoanghuynh
Mon Jan 15, 2018 3:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tool change shortcut
Replies: 5
Views: 4775

Tool change shortcut

After all these years, I just thought of using the right button on my mouse to switch between browse and pointer tools.
CODE: SELECT ALL

on rawKeyUp tKey
if tKey = 65473 then if the tool = "browse tool" then choose "pointer tool" else choose "browse tool"
end rawKeyUp
Put it into a plug-in. What a ...