Update README.MD
This commit is contained in:
parent
0f48c9aa7c
commit
df3d029497
|
@ -2,11 +2,11 @@ in progress...
|
||||||
|
|
||||||
# Translate Widget
|
# Translate Widget
|
||||||
|
|
||||||
This widget is based on the [Yandex.Translate API](https://tech.yandex.com/translate/).
|
This widget is using the [Yandex.Translate API](https://tech.yandex.com/translate/).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Get an [https://translate.yandex.com/developers/keys](API key)
|
1. Get an [API key](https://translate.yandex.com/developers/keys)
|
||||||
1.
|
1.
|
||||||
|
|
||||||
Create a translate prompt:
|
Create a translate prompt:
|
||||||
|
@ -47,4 +47,4 @@ awful.key({ modkey }, "c", function()
|
||||||
|
|
||||||
- <kbd>Mod4</kbd> + <kbd>c</kbd> - opens a translate prompt;
|
- <kbd>Mod4</kbd> + <kbd>c</kbd> - opens a translate prompt;
|
||||||
- left click on the popup widget - copies the translation to the clipboard and closes widget;
|
- left click on the popup widget - copies the translation to the clipboard and closes widget;
|
||||||
- right click on the popup widget - copies text to translate to the clipboard and closes widget.
|
- right click on the popup widget - copies text to translate to the clipboard and closes widget.
|
||||||
|
|
Loading…
Reference in New Issue