Updated README.md

This commit is contained in:
q3aql 2020-11-04 17:24:20 +01:00
parent 0c465dc030
commit 5c3fca2273

View File

@ -11,7 +11,7 @@ For Windows, you just have to follow the following steps for installation and us
* **Installation and Use:** * **Installation and Use:**
* Download the package [ansi-gli-2.2.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.2/ansi-gli-2.2.zip). * Download the package [ansi-gli-2.3.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.3/ansi-gli-2.3.zip).
* Unzip the package. * Unzip the package.
* Run `ansi-gli_86.exe` (for Windows 32-bits) or `ansi-gli_86_64.exe` (for Windows 64-bits). * Run `ansi-gli_86.exe` (for Windows 32-bits) or `ansi-gli_86_64.exe` (for Windows 64-bits).
* You will see the app icon on the tray. ([Image](https://github.com/q3aql/ansi-gli/blob/master/images/ansi-gli-tray.png)) * You will see the app icon on the tray. ([Image](https://github.com/q3aql/ansi-gli/blob/master/images/ansi-gli-tray.png))
@ -25,6 +25,7 @@ List of combinations:
- AltGr + Shift (Left) + x = > - AltGr + Shift (Left) + x = >
- AltGr + z = < - AltGr + z = <
- AltGr + x = > - AltGr + x = >
- Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64)
German/French configuration extra key combinations: German/French configuration extra key combinations:
@ -51,7 +52,7 @@ If you want to add more combinations or the ones mentioned do not work for you,
* Install `autokey` for Linux ([from here](https://github.com/autokey/autokey/releases)). * Install `autokey` for Linux ([from here](https://github.com/autokey/autokey/releases)).
* Install `Python3` (Installed by default on many Linux distributions). * Install `Python3` (Installed by default on many Linux distributions).
* Install the command `make` (`sudo apt-get install make` on Ubuntu/Debian). * Install the command `make` (`sudo apt-get install make` on Ubuntu/Debian).
* Download the package [ansi-gli-2.2.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.2/ansi-gli-2.2.zip). * Download the package [ansi-gli-2.3.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.3/ansi-gli-2.3.zip).
* Unzip the package. * Unzip the package.
* Inside the `linux` folder, open a terminal and type the command: `make install`. * Inside the `linux` folder, open a terminal and type the command: `make install`.
* Run `autokey` (It is recommended to configure it to start on login). * Run `autokey` (It is recommended to configure it to start on login).
@ -63,6 +64,7 @@ Now, you can use the following additional key combinations:
- Alt + w = < - Alt + w = <
- Alt + y = < - Alt + y = <
- Alt + Esc = \ - Alt + Esc = \
- Win = AltGr (with win-to-altgr_xmodmap.sh script)
### How to fix on Mac: ### How to fix on Mac: