You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. ==============
  5. Web App Drawer
  6. ==============
  7. This module moves the side navigation panel to a top menu bar. It also provides
  8. an app drawer that is mobile-compliant.
  9. Installation
  10. ============
  11. Configuration
  12. =============
  13. Usage
  14. =====
  15. Keyboard Shortcuts
  16. ------------------
  17. The following keyboard shortcuts are implemented:
  18. * Toggle App Drawer - `ActionKey <https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers`_+``A``
  19. * Navigate Apps Drawer - Arrow Keys
  20. * Type to select App Links
  21. * ``esc`` to close App Drawer
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/154/9.0
  25. Known issues / Roadmap
  26. ======================
  27. * Provide keyboard navigation to secondary (top) menu
  28. * Drag drawer from left to open in mobile
  29. * Figure out how to test focus on hidden elements for keyboard nav tests
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smashing it by providing a detailed and welcomed feedback.
  36. Credits
  37. =======
  38. Images
  39. ------
  40. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  41. Contributors
  42. ------------
  43. * Dave Lasley <dave@laslabs.com>
  44. * Jairo Llopis <jairo.llopis@tecnativa.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.