README.html 1.1 KB

123456789101112131415161718192021
  1. <h1 id="worddefinition">wordDefinition</h1>
  2. <p>A NVDA addon for get definitions from a selected word.</p>
  3. <h2 id="information">Information</h2>
  4. <ul>
  5. <li>Author: Ernesto Blanco, <a href="mailto:mail@ernestoblanco.mx" class="email">mail@ernestoblanco.mx</a></li>
  6. </ul>
  7. <h2 id="requirements">Requirements</h2>
  8. <ul>
  9. <li>NVDA 2017.2 to 2019.2.1. It works with Python 2.7! When NVDA 2019.3 will released, it will be updated to Python 3.</li>
  10. </ul>
  11. <h2 id="installation">Installation</h2>
  12. <ul>
  13. <li>Download <a href="https://github.com/bcernesto/wordDefinition/raw/master/wordDefinition.nvda-addon">stable version</a></li>
  14. <li>Open the downloaded file with NVDA running, and answer “Yes” to dialogs of the installation process.</li>
  15. </ul>
  16. <h2 id="usage">Usage</h2>
  17. <ul>
  18. <li>Select any word and press Ctrl+Shift+F11 for show a NVDA browseable dialog with the definitions of the selected word.</li>
  19. <li>It works with https://googledictionaryapi.eu-gb.mybluemix.net/ api</li>
  20. <li>This command can be modified in the “Input gestures” dialog in the “Text editing” section.</li>
  21. </ul>