|
@@ -1,2 +1,23 @@
|
|
|
# wordDefinition
|
|
# wordDefinition
|
|
|
A NVDA addon for get definitions from a selected word.
|
|
A NVDA addon for get definitions from a selected word.
|
|
|
|
|
+
|
|
|
|
|
+## Information
|
|
|
|
|
+
|
|
|
|
|
+* Author: Ernesto Blanco, <mail@ernestoblanco.mx>
|
|
|
|
|
+
|
|
|
|
|
+## Requirements
|
|
|
|
|
+
|
|
|
|
|
+* 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.
|
|
|
|
|
+
|
|
|
|
|
+## Installation
|
|
|
|
|
+
|
|
|
|
|
+* Download [stable version][1]
|
|
|
|
|
+* Open the downloaded file with NVDA running, and answer "Yes" to dialogs of the installation process.
|
|
|
|
|
+
|
|
|
|
|
+## Usage
|
|
|
|
|
+
|
|
|
|
|
+* Select any word and press Ctrl+Shift+F11 for show a NVDA browseable dialog with the definitions of the selected word.
|
|
|
|
|
+* It works with https://googledictionaryapi.eu-gb.mybluemix.net/ api
|
|
|
|
|
+* This command can be modified in the "Input gestures" dialog in the "Text editing" section.
|
|
|
|
|
+
|
|
|
|
|
+[1]:https://github.com/bcernesto/wordDefinition
|