Intercepting arrow keys and menus on XP

Dar Scott dsc at swcp.com
Fri Jul 2 16:51:34 EDT 2004


On Jul 2, 2004, at 2:38 PM, Trevor DeVore wrote:

>> Will it help to check 'the target' in the handler and pass otherwise?
>
> It will :-)
>
> on arrowKey pKey
> 	if (the short name of owner of target() <> "MainMenu") then
> 		-- Do all sorts of arrow key code
> 	end if
> end arrowKey

Ah.  You didn't have to pass.  Interesting.

Dar Scott



More information about the use-livecode mailing list