FG
💻 Software

Mapping a key to something that is not on the keyboard

Fresh5 days ago
Mar 15, 20262629 views
Confidence Score0%
0%

Problem

I want to map Fn+F2 to < and Fn+F3 to >, and leave all remaining keys intact. And by mapping I mean so that it will actually type those keys, and not just pretend I typed the key labeled <. Scenario: I have an English keyboard. I have set the keyboard map to Norwegian, however, now there is no way …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Mapping a key to something that is not on the keyboard

Low Risk

You can accomplish this using AutoHotkey. Here is a quick script: File: Signs.ahk When ran, this will allow you to send and by simply pressing the following keys: WinKey+, to send a WinKey+. to send a NOTE: You do not need to map it to the WinKey, y…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment