Update README.md (v2.5)

This commit is contained in:
q3aql 2020-11-10 19:29:20 +01:00
parent 2dcd77cb38
commit df441f4930

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.4.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.4/ansi-gli-2.4.zip). * Download the package [ansi-gli-2.5.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.5/ansi-gli-2.5.zip).
* Unzip the package. * Unzip the package.
* Run `ansi-gli_x86.exe` (for Windows 32-bits) or `ansi-gli_x86_64.exe` (for Windows 64-bits). * Run `ansi-gli_x86.exe` (for Windows 32-bits) or `ansi-gli_x86_64.exe` (for Windows 64-bits).
* **Optional**: If you want CapsLock disabled, run `ansi-gli-nocapslock_x86.exe` or `ansi-gli-nocapslock_x86_64.exe`. * **Optional**: If you want CapsLock disabled, run `ansi-gli-nocapslock_x86.exe` or `ansi-gli-nocapslock_x86_64.exe`.
@ -26,6 +26,8 @@ List of combinations:
- AltGr + Shift (Left) + x = > - AltGr + Shift (Left) + x = >
- AltGr + z = < - AltGr + z = <
- AltGr + x = > - AltGr + x = >
- Alt + - = ? (for SK71 keyboard)
- Alt + + = ¿ (for SK71 keyboard)
- Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64) - Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64)
- CapsLock = Shift (with nocapslock version) - CapsLock = Shift (with nocapslock version)
@ -54,7 +56,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.4.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.4/ansi-gli-2.4.zip). * Download the package [ansi-gli-2.5.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.5/ansi-gli-2.5.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).
@ -66,6 +68,8 @@ Now, you can use the following additional key combinations:
- Alt + w = < - Alt + w = <
- Alt + y = < - Alt + y = <
- Alt + Esc = \ - Alt + Esc = \
- Alt + - = ? (for SK71 keyboard)
- Alt + + = ¿ (for SK71 keyboard)
- Win = AltGr (with win-to-altgr_xmodmap.sh script) - Win = AltGr (with win-to-altgr_xmodmap.sh script)
- CapsLock = Shift (with disable-caplock_xmodmap.sh script) - CapsLock = Shift (with disable-caplock_xmodmap.sh script)