Indian Rupee Symbol
On OS X, Shift-Option-2 prints the Euro symbol €.
Is there a shortcut to print the Indian Rupee Symbol ₹?
Solution 1:
DefaultKeyBinding.dict
Create ~/Library/KeyBindings/DefaultKeyBinding.dict
and enter
{ "$~2" = (insertText:, "₹"); }
This rebinds ⇧⌥2 to insert ₹$
= ⇧, ~
= ⌥
Quit and reopen applications for the change to take effect
Solution 2:
You could use the Text replace function.
Now every time you type Rupee (or Rup, or what ever you like to use) in a text document it will be replace with the Rupee symbol.
This solution is my preference since there are No special finger breaking key combination, and nothing to remember.
Solution 3:
There might be one if you are using a keyboard layout from around that part of the world (I don't know). Also, there might be an easier way to do this, I am not an expert.
go to System
Preferences > Keyboard
click "Show Keyboard and Character Viewers in Menu Bar"
In the new menu bar item select "Show Character Viewer"
Select "Currency Symbols"
Right click the ₹ and select Copy Character Info
Paste this into Text Edit and then copy just the ₹ itself
Go back to
System Preferences > Keyboard > Text
Click the
+
to add a new text replacement valuePick a memorable but seldom used key combination (unfortunately here you cannot use modifier keys)
For the last step I used "rupee" which caused that symbol to appear while I was writing these instructions. (I then deleted it which is why I was able to type "rupee")
Solution 4:
Work through the following steps:
Go to System Preferences → Keyboard
Check ‘Show keyboard and character viewers in menu bar’
Open Microsoft Word → Preferences → AutoCorrect
In the Replace: column type
rs.
Copy Paster the
₹
character.In the With: column, right click and paste the copied
₹
character.Alternatively, in the Replace: column, you can choose to input
®
character by pressing Option key and r button simultaneously.
Solution 5:
This is because some Apps like Google Chrome do not use the Apple built-in text expansion feature but instead override it with their own keyboard handling mechanism. Usually, this is the reason why you cannot find those Apps that go against some default Apple's standards in the Appstore because they would be limited.
In the case of Chrome, there is little you can do about it since that is a closed source App and that is how it was made. However, there are a lot of add-ons in Chrome that does the exact same job, and sometimes even better with some more advanced features. Here is one.
What I personally recommend is using an external App for all your text expansions that work globally with all Apps. The one I have been using for a long time is TextExpander for Mac. You can try their free trial. It offers a lot of programmable expansions that comes handy in a lot of daily conversations/emails.
If you would like a free hack instead, try this: When in chrome just press (⌘Space), this will open the spotlight search bar, write your shortcut text, it will expand after hitting space. Select it all (⌘A), copy it (⌘C), then hit the (Escape key) and paste your full text (⌘V) where you want to. This workaround might seem a lot when reading it, but it is really a 2-second process when it sticks to your muscle memory.
Source: https://www.quora.com/How-can-OS-Xs-Keyboard-Text-Replacement-be-used-in-all-text-entry-fields-within-the-OS