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.

Rupee

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.

  1. go to System Preferences > Keyboard

  2. click "Show Keyboard and Character Viewers in Menu Bar"

  3. In the new menu bar item select "Show Character Viewer"

  4. Select "Currency Symbols"

  5. Right click the ₹ and select Copy Character Info

  6. Paste this into Text Edit and then copy just the ₹ itself

  7. Go back to System Preferences > Keyboard > Text

  8. Click the + to add a new text replacement value

  9. Pick 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:

  1. Go to System Preferences → Keyboard

  2. Check ‘Show keyboard and character viewers in menu bar’

  3. Open Microsoft Word → Preferences → AutoCorrect

  4. In the Replace: column type rs.

  5. Copy Paster the character.

  6. In the With: column, right click and paste the copied character.

  7. Alternatively, in the Replace: column, you can choose to input ® character by pressing Option key and r button simultaneously.

Input source menu bar item

Word preferences menu

AutoCorrect preferences 1

AutoCorrect preferences 2

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