I am working on an onscreen keyboard for a touchscreen Flex application. Building out the UI should be simple, but I am wondering if anyone has ideas on the best way to 'plug in' to the normal Flash key event system. I know I can get the current focused object via focusManager.getFocus(), but I am uncertain as to the best way to 'simulate' the keyboard. I can create KeyboardEvents, but how do I dispatch them so that the appropriate components are listening?
Thanks, -Daniel

