10

On the Mac OS I have many keyboard shortcuts set up to type strange characters, such as "\pi" types a PI symbol (π), or even emojis. There is a system pref. pane, next to the "autocorrect" panel, where you type in the "\pi" and then I copy/paste the appropriate symbol from the Character viewer.

This hint shows what I'm talking about: https://apple.stackexchange.com/a/289145/43113

How can I enable similar functionality in Windows?
I seem to remember colleagues memorizing numerical Alt-Codes (eg. Alt+1234 to type some symbol). Is there a simple replace-as-you-type or "autocorrect" as you type feature that can be enabled system-wide, to insert greek characters and arrows etc.? (I know MS Office apps have their own, isolated, autocorrect features, but I want system wide shortcuts - eg. for notes, email, word etc.).

I found this answer: Text shortcuts for faster communication

The solution, AutoHotKey requires Basic programming and I'm hoping for less overhead. If there is no simpler solution, then I'll go with AutoHotKey (some day when I decide it's worth the time to figure it out).

Looking for solution on Windows 10 Pro. Thanks!

Journeyman Geek
  • 133,878
Demis
  • 415

4 Answers4

11

For future readers who might stumble upon this:

The type of software you are looking for is called a text expander. Since we're not supposed to put advertisement for software in this realm of the SE network, this is pretty much the end of the answer. I'd like to refer you to softwarerecs.SE or to the website alternativeto to find suitable software matching your requirements.


(The second link will take you to the alternativeto site for TextExpander, which seems to be a commercially available software. I don't know TextExpander and I am not endorsing this particular software, but felt like this was a great starting point to find other suitable software.)

thymaro
  • 223
2

The "quick" geeky code use, that will work regardless of who's machine you're at, or which windows version it is:

I seem to remember colleagues memorizing numerical Alt-Codes (eg. Alt+1234 to type some symbol).

Hold the left windows key, hit R, then type charmap and hit enter. Find the character you need in the GUI and either copy it using the button present there, or memorize and use the numeric code as you already indicated.

Hannu
  • 10,568
2

The Microsoft Powertoys (https://github.com/microsoft/PowerToys) includes an app called "Quick Accent" that lets you select many special characters. Not sure about pi, but it works for accented characters and characters from other alphabets. (I use it a lot for greek characters in scientific text.)

Jeff
  • 136
1

strange characters ... or even emojis

Type Win + . in any Windows app to input an emoji or symbol - it lists by type, then commonly used, so you can sometimes just hit Enter

enter image description here

Dunc
  • 304