Mapping a Hash key in Mac OS X
Alt+3 isn't practical in OS X, especially in terminal if you use Alt as a modifier key. This code will bind hash to the § key next to '1' on a standard Apple keyboard.
Instructions
Create a file in ~/Library/KeyBindings/DefaultKeyBinding.dict with the following contents & restart.
{
/* Map # to § key*/
"§" = ("insertText:", "#");
}
Key:
Written by Michael Baird
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#