ANSI-GLI - ANSI Greater & Less in ISO configuration keyboard
Go to file
2020-11-05 14:44:35 +01:00
icon Add icon 2020-08-14 15:01:31 +02:00
images Add ansi-gli-compile 2020-08-14 15:10:23 +02:00
linux Add script to disable CapsLock (Linux) 2020-11-05 14:44:35 +01:00
src Map Win + Alt to send AltGr key on Windows 2020-11-04 14:23:41 +01:00
License.txt Add License GPL 2020-08-14 15:00:59 +02:00
README.md Updated README.md 2020-11-04 17:24:20 +01:00

ANSI-GLI - ANSI Greater & Less in ISO

Introduction:

You've probably noticed that when you switch from an ISO keyboard to an ANSI keyboard, the "<" and ">" keys are missing. When you configure an ANSI keyboard as ISO (for example in Spanish), you can use it in the same way as before, but those symbols are the only ones that you cannot type, so this script will solve the problem.

How to fix on Windows:

For Windows, you just have to follow the following steps for installation and use.

  • Installation and Use:

    • Download the package ansi-gli-2.3.zip.
    • Unzip the package.
    • 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)
    • You can now use the key combinations.

List of combinations:

- Alt + z = <
- Alt + x = >
- AltGr + Shift (Left) + z = <
- AltGr + Shift (Left) + x = >
- AltGr + z = <
- AltGr + x = >
- Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64)

German/French configuration extra key combinations:

- Alt + y = <
- AltGr + Shift (Left) + y = <
- AltGr + y = <
- Alt + w = <
- AltGr + Shift (Left) + w = <
- AltGr + w = <

How to fix on Linux:

In most Linux distributions, the keys necessary to type these symbols are already mapped when configuring the keyboard in ISO.

In my case, using Ubuntu & Debian and setting the keyboard as Spanish ISO, you can write the symbol "<" and ">" with the following combinations natively:

- AltGr + Shift (Left) + z = <
- AltGr + Shift (Left) + x = >
- AltGr + Shift (Right) + z = <
- AltGr + Shift (Right) + x = >

If you want to add more combinations or the ones mentioned do not work for you, you can follow these steps:

  • Install autokey for Linux (from here).
  • 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.3.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).

Now, you can use the following additional key combinations:

- Alt + z = <
- Alt + x = >
- Alt + w = <
- Alt + y = <
- Alt + Esc = \
- Win = AltGr (with win-to-altgr_xmodmap.sh script)

How to fix on Mac:

I don't know and I don't care.

How to compile from source:

  • First, install AutoHoyKey.
  • Then, download the source from here.
  • In the directory src, you have ansi-gli.ahk. Right click.
  • Choose Compile Script. (Image)