Changes

Jump to: navigation, search

BigBlueButton Accessibility Instructions

99 bytes added, 14:38, 3 March 2013
Global Shortcuts
<code><mate:Listener type="{ShortcutEvent.FOCUS_OPINION_MODULE}" method="focusWindow" /></code>
Then define the method to be called when the Listener picks up the ShortcutEvent. In this case, the method draws focus to the window's titlebar, from which the user can quickly tab into the module itself. Make sure that you have imported org.bigbluebutton.main.events.ShortcutEvent into the target MXML:
<pre>
private function focusWindow(e:ShortcutEvent):void{
1
edit

Navigation menu