From 117baa6dfb3510ce48a3e1856f3182b9eff9ddfc Mon Sep 17 00:00:00 2001 From: q3aql Date: Thu, 12 Nov 2020 18:42:16 +0100 Subject: [PATCH] Update README.md (v2.6) --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d697b2b..0fb17fe 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For Windows, you just have to follow the following steps for installation and us * **Installation and Use:** - * Download the package [ansi-gli-2.5.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.5/ansi-gli-2.5.zip). + * Download the package [ansi-gli-2.6.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.6/ansi-gli-2.6.zip). * Unzip the package. * 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`. @@ -26,8 +26,10 @@ List of combinations: - AltGr + Shift (Left) + x = > - AltGr + z = < - AltGr + x = > - - Alt + - = ? (for SK71 keyboard) - - Alt + + = ¿ (for SK71 keyboard) + - Alt + - = ? + - Alt + + = ¿ + - Alt + c = ? + - Alt + v = ¿ - Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64) - CapsLock = Shift (with nocapslock version) @@ -56,7 +58,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 `Python3` (Installed by default on many Linux distributions). * Install the command `make` (`sudo apt-get install make` on Ubuntu/Debian). -* Download the package [ansi-gli-2.5.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.5/ansi-gli-2.5.zip). +* Download the package [ansi-gli-2.6.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.6/ansi-gli-2.6.zip). * Unzip the package. * 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). @@ -68,8 +70,10 @@ Now, you can use the following additional key combinations: - Alt + w = < - Alt + y = < - Alt + Esc = \ - - Alt + - = ? (for SK71 keyboard) - - Alt + + = ¿ (for SK71 keyboard) + - Alt + - = ? + - Alt + + = ¿ + - Alt + c = ? + - Alt + v = ¿ - Win = AltGr (with win-to-altgr_xmodmap.sh script) - CapsLock = Shift (with disable-caplock_xmodmap.sh script)