Created
February 2, 2023 17:41
-
-
Save erichnascimento/ce4534b0a1a54777c0361c8e30c64afe to your computer and use it in GitHub Desktop.
Bind Apple Numeric Keyboard dot key to comma due to BRL currency on MacOS Ventura
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p $HOME/Library/KeyBindings | |
| nano $HOME/Library/KeyBindings/DefaultKeyBinding.dict | |
| # Put the following content into them | |
| # | |
| # { | |
| # "#." = ("insertText:", ","); | |
| # } | |
| # | |
| # Reboot it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment