10

I am using the Windows Alt+Numpad method a lot on my desktop PC to enter special characters like n-dash (Alt+0150), hard space (Alt+0160), typographic quotes, bullets, etc. This method needs a numpad and a numlock key to switch the numpad to number output.

For roughly a decade I could also use this Alt+Numpad method on several old 15 inch Win-XP laptops (without a numpad) by holding down Fn+Alt and typing on a "simulated" numpad on the following keys:

789  -->  789
UIO  -->  456
JKL  -->  123
M    -->  0

On latest generation laptops I cannot find this method any more (tested on Dell XPS15z & Samsung Series 9). I searched the web for hours but all I could find are tips that seem outdated (using Fn+ScrollLock instead of Fn+Alt, etc - many modern 15 inch laptops have neither NumLock nor ScrollLock).

The Microsoft standard response (example) is to use the Character Map to pick, copy and paste special characters, but this is way to inefficient for frequent usage.

Is there any method to quickly enter special characters on modern Win laptops? Maybe some additional software? I cannot believe that there is no efficient way to do this on modern machines that cost +1500 EUR.

Jpsy
  • 525

1 Answers1

5

I don't have encountered a laptop without a numpad yet, but I take your word for it.

I see a few options right now:

  1. Buy a standalone USB numpad. Careful, though, as some just send the regular number key scancodes and thus cannot be used as a numpad for this purpose.

  2. Create your own keyboard layout with MSKLC and include the characters you need, maybe as AltGr+Something.

  3. Create an AutoHotKey script to input characters on certain keystrokes or replace entered text by different characters while typing (sort of like Word's AutoCorrect).

  4. If the software you're working in uses RichEdit (this includes Word and WordPad) you can also type the hexadecimal code point value and press Alt+X (or Alt+C, depending on the application) to convert it into the appropriate character. That's how I type things like → all the time (because I do so mostly in IM programs which use RichEdit).

Joey
  • 41,098