-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Accessibility
We recommend using Microsoft Windows with Firefox and NVDA.
To get started in NVDA Press NVDA + Control + K to open the keyboard settings, then disable "Speak typed characters" and "Speak typed words."
Currently Orca support in Ubuntu and Google Chrome support is too limited, we hope in the future contributions will be made to these projects to make them usable.
We provide as much screen reader support as possible. Please let us know if some support is missing.
Alt F9
will Access the Editbar
Left and Right Arrow keys
will navigate buttons, Tab will navigate to the next button
Enter
will activate the currently focused button
Alt F9
or Escape will return focus to the Pad from the Editbar
Alt C
brings up Chat and puts focus in Chat input
Escape
or Alt C
while in Chat puts focus back into pad
There are multiple ways of selecting text with a keyboard, we follow the usual conventions.
Shift Arrow Keys
will select single characters per arrow key press
Shift & Control Arrow Keys
will select single words per arrow key press
Control A
will select everything
Shift & Up
will select the current lines text ending the selection at the current caret X position
Shift & Down
will select the next lines text ending the selection at the current caret X position
Control B
will apply Bold to a selection of text
Control I
will apply Italic to a selection of text
Control U
will apply Underline to a selection of text
Control 5
will apply Strikethrough to a selection of text
Control & Shift & N
will apply Ordered List the current line or a selection of lines
Control & Shift & L
will apply Unordered List the current line or a selection of lines
Tab
will indent the current line or a selection of lines
Shift Tab
will indent the current line or a selection of lines
Control Z
will undo an action
Control Y
will undo an action
Control & Shift & C
will clear authorship colors on the entire pad or on a selection.
Control & Shift & A
will display a popup listing the authors of a line assuming they are clearly visible in the pad.
Control X
will cut the current selection
Control C
will copy the current selection
Control Y
will paste contents from the clipboard
Spacebar
will play the Pad History
Spacebar
will pause the Pad History Playback
Left Arrow
will go back a revision
Right Arrow
will go forward a revision
- Docs
- Translating
- HTTP API
- Plugin framework (API hooks)
- Plugins (available)
- Plugins (list)
- Plugins (wishlist)
- Etherpad URIs / URLs to specific resources IE export
- Etherpad Full data export
- Introduction to the source
- Release Procedure
- Etherpad Developer guidelines
- Project to-do list
- Changeset Library documentation
- Alternative Etherpad-Clients
- Contribution guidelines
- Installing Etherpad
- Deploying Etherpad as a service
- Deploying Etherpad on CloudFoundry
- Deploying Etherpad on Heroku
- Running Etherpad on Phusion Passenger
- Putting Etherpad behind a reverse Proxy (HTTPS/SSL)
- How to setup Etherpad on Ubuntu 12.04 using Ansible
- Migrating from old Etherpad to Etherpad
- Using Etherpad with MySQL
- Customizing the Etherpad web interface
- Enable import/export functionality with AbiWord
- Getting a list of all pads
- Providing encrypted web access to Etherpad using SSL certificates
- Optimizing Etherpad performance including faster page loads
- Getting to know the tools and scripts in the Etherpad /bin/ folder
- Embedding a pad using the jQuery plugin
- Using Embed Parameters
- Integrating Etherpad in a third party app (Drupal, MediaWiki, WordPress, Atlassian, PmWiki)
- HTTP API client libraries