Skip to content

Instantly share code, notes, and snippets.

@erichnascimento
Created February 2, 2023 17:41
Show Gist options
  • Select an option

  • Save erichnascimento/ce4534b0a1a54777c0361c8e30c64afe to your computer and use it in GitHub Desktop.

Select an option

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
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