From 862551a117c013ac7c0c251f7ada5f10db2b8a36 Mon Sep 17 00:00:00 2001
From: jtrobinson <jtrobinson629@gmail.com>
Date: Tue, 20 Nov 2012 17:05:29 +0000
Subject: [PATCH] Updated README with instructions on implementing Tab Order

---
 bigbluebutton-client/README | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/bigbluebutton-client/README b/bigbluebutton-client/README
index 92698a869c..356fdd9415 100755
--- a/bigbluebutton-client/README
+++ b/bigbluebutton-client/README
@@ -1,4 +1,14 @@
 see http://code.google.com/p/bigbluebutton
 
 Developing the client
-1. Copy src/conf/config.xml.dev to src/cong/config.xml
\ No newline at end of file
+1. Copy src/conf/config.xml.dev to src/cong/config.xml
+
+Implementing Tab Order:
+If you want to use the enforced tab order for BigBlueButton (necessary for accessibility), check resources/config.xml.template and it to src/conf/config.xml.
+Certain modules must have the baseTabIndex property, and for the default tab order, their values should be as follows:  
+	101: ViewersModule		(Viewers list window)
+	201: ListenersModule	(Listeners list window)
+	301: VideodockModule	(Webcam window)
+	401: PresentModule		(Presentaiton window)
+	501: WhiteboardModule	(Whiteboard toolbar)
+	601: ChatModule			(Chat window)
\ No newline at end of file
-- 
GitLab