Changes

Jump to: navigation, search

BigBlueButton Accessibility Instructions

2 bytes added, 13:33, 3 March 2013
Shortcut Help Window
</pre>
'''NOTE: It is VERY important that it follow the same pattern of bbb.X, bbb.X.function. Otherwise, the Shortcut Window will not process it correctly.'''
 
While you are editing the locale, you also need to add a string to describe your module in the Help window dropdown list. As an example, let's say that you are developing something called the Opinion module:
<code>bbb.shortcuthelp.dropdown.opinion = Opinion shortcuts</code>
 '''REMINDER: ''' After any change to the locale file, you will need to recompile with ant locales.'''
Now, we edit the ShortcutWindow.mxml itself. First, in the instance variables you will see a set of ArrayLists (genKeys, presKeys, chatKeys, etc) and a set of corresponding Arrays. You want to create one of each, following the pattern you'll be able to see in the file. For example, let's say that your Opinion module lets a user fill in a text box and then click a button to submit their text. The instance variables in your ShortcutWindow.mxml should look like this:
1
edit

Navigation menu