On 10/13/05 9:12 AM, "Jim Hurley" <[EMAIL PROTECTED]> wrote:
> on keyDown theKey > > switch theKey > case "/" > send "mouseUP" to button "pause" > break > case "\" > send "mouseUP" to button "resume" > break > default > pass keyDown > end switch > > end keyDown > > What I found surprising (and welcome) is that the back and forward > slashes never appear in the field. The reason for this is that you never pass the 'keydown' when the user types "/" or "\". The only time keys will actually appear in a field is if the keydown handler passes them. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
