Share via

How to get the greater than and the less than symbol in an English Keyboard with a Frensh layout , how to remap a keyboard shortcut

Anonymous
2022-07-10T19:59:26+00:00

Hello , I have a "Daraz Xtrike Me Mechanical Keyboard Gk-915" , i started learning HTML and i need to use the greater than and the less than symbol, the problem is , im using a frensh AZERTY layout , and the only way to get them is by pressing the Left ALT + 6 + 0 for the Less and the Left ALT + 6 + 2 for the greater than , what i wanna do is to change or remap that shortcut to the ( ";" and ":" in AZERTY) buttons without switching to QWERTY layout , im really used to the AZERTY layout so that why

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Rodrigo Queiroz 77,500 Reputation points Independent Advisor
    2022-07-10T22:45:45+00:00

    Hi Avilio,

    I'm Rodrigo and I will help you.

    With AutoHotKey you can change keyboard binds and shortcuts download it in the link below

    https://www.autohotkey.com/download/ahk-install...

    Install AutoHotKey, the program does not have a user interface, it works through scripts.

    Now, copy the contents from the lines below and paste them onto the notepad.

    .:: >

    ;:: <

    Save the file changing the extension to .ahk

    Double click to run the script, and you will see the AutoHotKey icon on the taskbar, you can right-click it and select Exit if you want to stop the script.

    This script changes the "." bind to ">" and the ";" bind to "<" (if you want another setting you can change the script)

    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    2 people found this answer helpful.
    0 comments No comments