Accessibility ============== CryptPad is committed to achieving compliance with the Web Content Accessibility Guidelines (WCAG). The development team understands the importance of creating a usable and inclusive experience and is actively working to meet the WCAG 2.1 AA standard. To check on the details and status of this work please see the `Accessibility project on GitHub `__. Feedback channels ----------------- We welcome contributions that make CryptPad more accessible. User feedback is crucial to identifying issues and use-cases, and of course we also appreciate code patches to solve these problems. Please get in touch through the following channels: - `Email `__ - `CryptPad Forum `__ - `Matrix chat `__ - `GitHub issues `__ .. note:: This new section will be extended in future updates to include keyboard shortcuts, accessibility settings, and any other relevant information. Keyboard Shortcuts ------------------ General Shortcuts ~~~~~~~~~~~~~~~~~ +--------------------+---------------------------------------------------+ | Shortcut | Action | +====================+===================================================+ | :kbd:`Ctrl + e` | Create a new document | +--------------------+---------------------------------------------------+ | :kbd:`Tab` | Navigate through the focusable elements | +--------------------+---------------------------------------------------+ | :kbd:`Shift + Tab` | Navigate backwards through the focusable elements | +--------------------+---------------------------------------------------+ | :kbd:`Enter` | Click on the focused element | +--------------------+---------------------------------------------------+ Drive Shortcuts ~~~~~~~~~~~~~~~ +---------------------------------+-----------------------------------------+ | Shortcut | Action | +=================================+=========================================+ | :kbd:`↑` and :kbd:`↓` keys | Navigate through content in the drive | +---------------------------------+-----------------------------------------+ | :kbd:`Enter` | Open drive file or folder | +---------------------------------+-----------------------------------------+ Toolbar Shortcuts ~~~~~~~~~~~~~~~~~ +----------------------------+-------------------------------------------------------------------+ | Shortcut | Action | +============================+===================================================================+ | :kbd:`Enter` | Click on the focused element to open a menu | +----------------------------+-------------------------------------------------------------------+ | :kbd:`↑` and :kbd:`↓` keys | Navigate through items inside a menu | +----------------------------+-------------------------------------------------------------------+ | :kbd:`Esc` | Close menu | +----------------------------+-------------------------------------------------------------------+ | :kbd:`Del` | Remove notification from the notifications menu | +----------------------------+-------------------------------------------------------------------+ | Search Functionality | Locate specific elements within a menu by typing the first letter | +----------------------------+-------------------------------------------------------------------+