Skip to content

Instantly share code, notes, and snippets.

@cedced19
Last active October 30, 2020 21:18
Show Gist options
  • Save cedced19/d5b8fcde4dffd1a9cb395d2f51e3bafe to your computer and use it in GitHub Desktop.
Save cedced19/d5b8fcde4dffd1a9cb395d2f51e3bafe to your computer and use it in GitHub Desktop.
Keybinding for a pc keyboard on MacOS.

Keybinding for a pc keyboard on MacOS

cd ~/Library/KeyBindings
nano DefaultKeyBinding.dict
{
    "#," = ("insertText:", ".");
    "²" = ("insertText:", "<");
    "<" = ("insertText:", "²");
    "^x" = cut:;
    "^c" = copy:;
    "^v" = paste:;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment