-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
Per https://support.microsoft.com/en-us/office/insert-ascii-or-unicode-latin-based-symbols-and-characters-d13f58d3-7bcb-44a7-a4d5-972ee12e50e0 it's expected in Windows to type a Unicode character to type the numbers, then Alt+x will transform it into a Unicode char. So:
0024<Alt+x>
Should result in:
$
Although this is a Windows thing, I don't see any reason it shouldn't work by default on Linux, macOS.
Proposed technical implementation details (optional)
Enable a default keybinding (it doesn't appear Alt+x is bound by default) to look at the last 4 characters and if they are a numbers that result in a valid unicode character, replace them with the Unicode character and move the cursor.
andyleejordan