ANSI-GLI - ANSI Greater & Less in ISO configuration keyboard
Go to file
2020-08-16 18:36:00 +02: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 Added Makefile 2020-08-16 18:36:00 +02:00
src Map keys on 60% Keyboards 2020-08-16 17:40:15 +02:00
License.txt Add License GPL 2020-08-14 15:00:59 +02:00
README.md Update README.md 2020-08-14 15:05:04 +02: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.0.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 = >

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 = >

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)