<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aman</id>
	<title>The iPhone Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aman"/>
	<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/wiki/Special:Contributions/Aman"/>
	<updated>2026-05-17T11:39:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Editing_Braille_Command_Property_Lists&amp;diff=13873</id>
		<title>Editing Braille Command Property Lists</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Editing_Braille_Command_Property_Lists&amp;diff=13873"/>
		<updated>2010-11-30T21:06:13Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The files needed for editing the braille display keystrokes are two. One, needed for informational purposes only, is located in the English.lproj directory and is called InfoPlist.strings&lt;br /&gt;
	This file contains mappings of the  names of buttons on the braille display to button codes. The button codes are what are used in the specific .plist file for the display, and these codes are in turn mapped to commands which are executed when the buttons are pressed.&lt;br /&gt;
&lt;br /&gt;
An example of the button name to code mappings from the Alva InfoPlist.strings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.65536&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Router Row 1&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.65537&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Thumb 1&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.67841&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Smartpad 1&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.69633&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Smartpad 3&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.68865&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;Smartpad Up&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the button codes needed in the .plist file for one's particular display. How these button codes are determined is not known. Some of the English button names are cryptic, but most can be figured out and, if real difficulties come up in this, one can always assign the unknown button codes to a known command, go into the practice VoiceOver gestures application, and hit the possible buttons until one gets the right command. Practice VoiceOver Gestures will announce the name of the button/buttons used.&lt;br /&gt;
&lt;br /&gt;
	An example of the button code to command mapping from com.apple.scrod.braille.driver.alva.6.series.BC640.plist&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;68865&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandSearchRotorUp&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	To modify what the buttons do, it is simply necessary to change the command keyword, in this case &amp;quot;SearchRotorUp&amp;quot;, to one of the other keywords. A list of keywords is below. Most are in plain English, and will be simple for any user who's used iOS. To modify what buttons perform the command, all that's needed is to change the button code to the desired button or buttons. For example, the above command mapping maps the up arrow on the display to the swipe up on the touch screen, getting to the previous item using the rotor. If one wanted smartpad 3 to do this, it would be changed to the below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;69633&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandSearchRotorUp&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If one wanted to change the up arrow to do a flick left, one would change the above mapping like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;68865&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandPreviousElement&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	If one wants to have multiple buttons pressed together perform an action, one enters the button codes separated by a period into the button code designation string field. This example has two buttons on the Baum braille display perform the swipe down to search for the next item according to the rotor. It can be found in com.apple.scrod.braille.driver.baum.varioconnect.12.plist      &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
		&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
		&amp;lt;string&amp;gt;66818.67586&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
		&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandSearchRotorDown&amp;lt;/string&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;/dict&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a list of all the braille command keywords known so far:&lt;br /&gt;
&lt;br /&gt;
*BrailleRouter&lt;br /&gt;
*BrailleStatusRouter&lt;br /&gt;
*PreviousElement&lt;br /&gt;
*NextElement&lt;br /&gt;
*SearchRotorUp&lt;br /&gt;
*SearchRotorDown&lt;br /&gt;
*SimpleTap&lt;br /&gt;
*SearchRotorLeft&lt;br /&gt;
*SearchRotorRight&lt;br /&gt;
*FirstElement&lt;br /&gt;
*LastElement&lt;br /&gt;
*ReadAll&lt;br /&gt;
*ReadFromTop&lt;br /&gt;
*HomeButtonPress&lt;br /&gt;
*MoveToStatusBar&lt;br /&gt;
*VolumeUpButtonPress&lt;br /&gt;
*VolumeDownButtonPress&lt;br /&gt;
*Escape&lt;br /&gt;
*EjectButtonPress&lt;br /&gt;
*Delete&lt;br /&gt;
*Return&lt;br /&gt;
*Tab&lt;br /&gt;
*ShiftTab&lt;br /&gt;
*Cut&lt;br /&gt;
*Copy&lt;br /&gt;
*Paste&lt;br /&gt;
*Undo&lt;br /&gt;
*Redo&lt;br /&gt;
*SelectAll&lt;br /&gt;
*ToggleScreenCurtain&lt;br /&gt;
*ToggleSpeaking&lt;br /&gt;
*ToggleMute&lt;br /&gt;
*StartHelp&lt;br /&gt;
*ScrollLeftPage&lt;br /&gt;
*ScrollRightPage&lt;br /&gt;
*SelectLeft&lt;br /&gt;
*SelectRight&lt;br /&gt;
*BraillePanLeft&lt;br /&gt;
*BraillePanRight&lt;br /&gt;
*BrailleAnnouncementModeOn&lt;br /&gt;
*BrailleToggleContractions&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Editing_Braille_Command_Property_Lists&amp;diff=13872</id>
		<title>Editing Braille Command Property Lists</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Editing_Braille_Command_Property_Lists&amp;diff=13872"/>
		<updated>2010-11-30T20:58:21Z</updated>

		<summary type="html">&lt;p&gt;Aman: New page: The files needed for editing the braille display keystrokes are two. One, needed for informational purposes only, is located in the English.lproj directory and is called InfoPlist.strings ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The files needed for editing the braille display keystrokes are two. One, needed for informational purposes only, is located in the English.lproj directory and is called InfoPlist.strings&lt;br /&gt;
	This file contains mappings of the  names of buttons on the braille display to button codes. The button codes are what are used in the specific .plist file for the display, and these codes are in turn mapped to commands which are executed when the buttons are pressed.&lt;br /&gt;
&lt;br /&gt;
An example of the button name to code mappings from the Alva InfoPlist.strings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.65536&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Router Row 1&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.65537&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Thumb 1&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.67841&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Smartpad 1&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.69633&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;Smartpad 3&amp;lt;/string&amp;gt; &lt;br /&gt;
	&amp;lt;key&amp;gt;com.apple.scrod.braille.driver.alva.6.series.68865&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;Smartpad Up&amp;lt;/string&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the button codes needed in the .plist file for one's particular display. I don't know how these button codes are determined. Some of the English button names are cryptic, but most can be figured out and, if real difficulties come up in this, one can always assign the unknown button codes to a known command, go into the practice VoiceOver gestures application, and hit the possible buttons until one gets the right command. Practice VoiceOver Gestures will announce the name of the button/buttons used.&lt;br /&gt;
&lt;br /&gt;
	An example of the button code to command mapping from com.apple.scrod.braille.driver.alva.6.series.BC640.plist&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;68865&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandSearchRotorUp&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt; &lt;br /&gt;
	&lt;br /&gt;
	To modify what the buttons do, it is simply necessary to change the command keyword, in this case &amp;quot;SearchRotorUp&amp;quot;, to one of the other keywords. I have put a list of keywords, that I know of, at the end of this document. Most are in plain English, and will be simple for any user who's used iOS. To modify what buttons perform the command, all that's needed is to change the button code to the desired button or buttons. For example, the above command mapping maps the up arrow on the display to the swipe up on the touch screen, getting to the previous item using the rotor. If one wanted smartpad 3 to do this, it would be changed to the below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;69633&amp;lt;/string&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandSearchRotorUp&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If one wanted to change the up arrow to do a flick left, one would change the above mapping like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;68865&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandPreviousElement&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt; &lt;br /&gt;
&lt;br /&gt;
	If one wants to have multiple buttons pressed together perform an action, one enters the button codes separated by a period into the button code designation string field. This example has two buttons on the Baum braille display perform the swipe down to search for the next item according to the rotor. It can be found in com.apple.scrod.braille.driver.baum.varioconnect.12.plist      &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
		&amp;lt;key&amp;gt;SCRBrailleInputIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
		&amp;lt;string&amp;gt;66818.67586&amp;lt;/string&amp;gt;&lt;br /&gt;
		&amp;lt;key&amp;gt;SCRCommand&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;VOTEventCommandSearchRotorDown&amp;lt;/string&amp;gt;&lt;br /&gt;
	&amp;lt;/dict&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a list of all the braille command keywords which I have found. I would be grateful for any other keywords, which I have missed, particularly if anyone wants to try this on 4.2 and finds ones which are in that OS version:&lt;br /&gt;
&lt;br /&gt;
BrailleRouter&lt;br /&gt;
BrailleStatusRouter&lt;br /&gt;
PreviousElement&lt;br /&gt;
NextElement&lt;br /&gt;
SearchRotorUp&lt;br /&gt;
SearchRotorDown&lt;br /&gt;
SimpleTap&lt;br /&gt;
SearchRotorLeft&lt;br /&gt;
SearchRotorRight&lt;br /&gt;
FirstElement&lt;br /&gt;
LastElement&lt;br /&gt;
ReadAll&lt;br /&gt;
ReadFromTop&lt;br /&gt;
HomeButtonPress&lt;br /&gt;
MoveToStatusBar&lt;br /&gt;
VolumeUpButtonPress&lt;br /&gt;
VolumeDownButtonPress&lt;br /&gt;
Escape&lt;br /&gt;
EjectButtonPress&lt;br /&gt;
Delete&lt;br /&gt;
Return&lt;br /&gt;
Tab&lt;br /&gt;
ShiftTab&lt;br /&gt;
Cut&lt;br /&gt;
Copy&lt;br /&gt;
Paste&lt;br /&gt;
Undo&lt;br /&gt;
Redo&lt;br /&gt;
SelectAll&lt;br /&gt;
ToggleScreenCurtain&lt;br /&gt;
ToggleSpeaking&lt;br /&gt;
ToggleMute&lt;br /&gt;
StartHelp&lt;br /&gt;
ScrollLeftPage&lt;br /&gt;
ScrollRightPage&lt;br /&gt;
SelectLeft&lt;br /&gt;
SelectRight&lt;br /&gt;
BraillePanLeft&lt;br /&gt;
BraillePanRight&lt;br /&gt;
BrailleAnnouncementModeOn&lt;br /&gt;
BrailleToggleContractions&lt;br /&gt;
&lt;br /&gt;
	I hope all this is of use to someone.&lt;br /&gt;
	Aman&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13871</id>
		<title>BrailleDrivers</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13871"/>
		<updated>2010-11-30T20:56:39Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following folders and files make up the braille drivers in this folder.&lt;br /&gt;
*.English.lproj A directory containing a file with descriptions of the button codes on the braille display&lt;br /&gt;
*A file, with its name differing depending upon the braille display group, which cannot easily be read.&lt;br /&gt;
*Files for each of the displays, the names ending with .plist, defining what each of the buttons on the display do.&lt;br /&gt;
*A file called info.plist with generic information about the braille display group.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Editing Braille Command Property Lists|Editing Braille Command Property Lists]]&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13866</id>
		<title>BrailleDrivers</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13866"/>
		<updated>2010-11-30T20:05:11Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following folders and files make up the braille drivers in this folder.&lt;br /&gt;
*.English.lproj A directory containing a file with descriptions of the button codes on the braille display&lt;br /&gt;
*A file, with its name differing depending upon the braille display group, which cannot easily be read.&lt;br /&gt;
*Files for each of the displays, the names ending with .plist, defining what each of the buttons on the display do.&lt;br /&gt;
*A file called info.plist with generic information about the braille display group.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13862</id>
		<title>BrailleDrivers</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13862"/>
		<updated>2010-11-30T20:01:42Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following folders and files make up the braille drivers in this folder.&lt;br /&gt;
*.English.lproj&lt;br /&gt;
A directory containing a file with descriptions of the button codes on the braille display&lt;br /&gt;
*A file, with its name differing depending upon the braille display group, which cannot easily be read.&lt;br /&gt;
*Files for each of the displays, the names ending with .plist, defining what each of the buttons on the display do.&lt;br /&gt;
*A file called info.plist with generic information about the braille display group.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13861</id>
		<title>BrailleDrivers</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13861"/>
		<updated>2010-11-30T20:00:54Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following files make up the braille drivers in this folder.&lt;br /&gt;
*.English.lproj&lt;br /&gt;
A directory containing a file with descriptions of the button codes on the braille display&lt;br /&gt;
*A file, with its name differing depending upon the braille display group, which cannot easily be read.&lt;br /&gt;
*Files for each of the displays, the names ending with .plist, defining what each of the buttons on the display do.&lt;br /&gt;
*A file called info.plist with generic information about the braille display group.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13860</id>
		<title>BrailleDrivers</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=BrailleDrivers&amp;diff=13860"/>
		<updated>2010-11-30T19:59:53Z</updated>

		<summary type="html">&lt;p&gt;Aman: New page: The following files make up the braille drivers in this folder. *.English.lproj A directory containing a file with descriptions of the button codes on the braille display *A file, with its...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following files make up the braille drivers in this folder.&lt;br /&gt;
*.English.lproj&lt;br /&gt;
A directory containing a file with descriptions of the button codes on the braille display *A file, with its name differing depending upon the braille display group, which cannot easily be read. &lt;br /&gt;
*Files for each of the displays, the names ending with .plist, defining what each of the buttons on the display do.&lt;br /&gt;
*A file called info.plist with generic information about the braille display group.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=/System/Library/ScreenReader&amp;diff=13859</id>
		<title>/System/Library/ScreenReader</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=/System/Library/ScreenReader&amp;diff=13859"/>
		<updated>2010-11-30T19:56:55Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This folder contains some of the files needed to allow braille displays on the iOS platform.&lt;br /&gt;
&amp;lt;li&amp;gt;[[BrailleDrivers|BrailleDrivers]]&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=/System/Library/ScreenReader&amp;diff=13858</id>
		<title>/System/Library/ScreenReader</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=/System/Library/ScreenReader&amp;diff=13858"/>
		<updated>2010-11-30T19:56:17Z</updated>

		<summary type="html">&lt;p&gt;Aman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This folder contains some of the files needed to allow braille displays on the iOS platform.&lt;br /&gt;
&amp;lt;li&amp;gt;[[BrailleDrivers|BrailleDrivers]]&amp;lt;/li&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=/System/Library/ScreenReader&amp;diff=13857</id>
		<title>/System/Library/ScreenReader</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=/System/Library/ScreenReader&amp;diff=13857"/>
		<updated>2010-11-30T19:53:29Z</updated>

		<summary type="html">&lt;p&gt;Aman: New page: This folder contains some of the files needed to allow braille displays on the iOS platform.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This folder contains some of the files needed to allow braille displays on the iOS platform.&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=/System/Library&amp;diff=13852</id>
		<title>/System/Library</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=/System/Library&amp;diff=13852"/>
		<updated>2010-11-30T18:11:40Z</updated>

		<summary type="html">&lt;p&gt;Aman: /* Children */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Children ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/AccessibilityBundles|AccessibilityBundles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/ApplePTP|ApplePTP]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/AppleUSBDevice|AppleUSBDevice]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Audio|Audio]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Caches|Caches]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Carrier Bundles|Carrier Bundles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/CoreServices|CoreServices]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/DataClassMigrators|DataClassMigrators]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Extensions|Extensions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Filesystems|Filesystems]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Fonts|Fonts]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Frameworks|Frameworks]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Internet Plug-Ins|Internet Plug-Ins]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/KeyboardDictionaries|KeyboardDictionaries]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/LaunchDaemons|LaunchDaemons]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/Lockdown|Lockdown]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/ManagedConfigurationBundles|ManagedConfigurationBundles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/MediaCapture|MediaCapture]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/PreferenceBundles|PreferenceBundles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Frameworks|PrivateFrameworks]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/PublishingBundles|PublishingBundles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/ScreenReader|ScreenReader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/SearchBundles|SearchBundles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/SpringBoardPlugins|SpringBoardPlugins]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/SystemConfiguration|SystemConfiguration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/TextInput|TextInput]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/VideoDecoders|VideoDecoders]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/VideoEncoders|VideoEncoders]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[/System/Library/VoiceServices|VoiceServices]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aman</name></author>
		
	</entry>
</feed>