Skip to content

Instantly share code, notes, and snippets.

@gasp
Created March 25, 2023 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gasp/922a4a3547902ee782ea41e6bb6cfed3 to your computer and use it in GitHub Desktop.
Save gasp/922a4a3547902ee782ea41e6bb6cfed3 to your computer and use it in GitHub Desktop.

On my azerty keyboard, there is the § sign that I nearly never use. I like to use the × sign a lot

create a DefaultKeyBinding file

mkdir ~/Library/KeyBinding
vim DefaultKeyBinding.dict

rebind

{
  "§" = (insertText:, "×");
}

relaunch the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment