|
|
@@ -0,0 +1,21 @@
|
|
|
+<h1 id="worddefinition">wordDefinition</h1>
|
|
|
+<p>A NVDA addon for get definitions from a selected word.</p>
|
|
|
+<h2 id="information">Information</h2>
|
|
|
+<ul>
|
|
|
+<li>Author: Ernesto Blanco, <a href="mailto:mail@ernestoblanco.mx" class="email">mail@ernestoblanco.mx</a></li>
|
|
|
+</ul>
|
|
|
+<h2 id="requirements">Requirements</h2>
|
|
|
+<ul>
|
|
|
+<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>
|
|
|
+</ul>
|
|
|
+<h2 id="installation">Installation</h2>
|
|
|
+<ul>
|
|
|
+<li>Download <a href="https://github.com/bcernesto/wordDefinition/raw/master/wordDefinition.nvda-addon">stable version</a></li>
|
|
|
+<li>Open the downloaded file with NVDA running, and answer “Yes” to dialogs of the installation process.</li>
|
|
|
+</ul>
|
|
|
+<h2 id="usage">Usage</h2>
|
|
|
+<ul>
|
|
|
+<li>Select any word and press Ctrl+Shift+F11 for show a NVDA browseable dialog with the definitions of the selected word.</li>
|
|
|
+<li>It works with https://googledictionaryapi.eu-gb.mybluemix.net/ api</li>
|
|
|
+<li>This command can be modified in the “Input gestures” dialog in the “Text editing” section.</li>
|
|
|
+</ul>
|