Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcuts from ~/Library/KeyBindings/DefaultKeyBinding.dict are not taken into account #373

Open
brabalan opened this issue Feb 6, 2024 · 1 comment

Comments

@brabalan
Copy link

brabalan commented Feb 6, 2024

I have configured ~/Library/KeyBindings/DefaultKeyBinding.dict as follows

{
  "^$\UF710" = {
    "s" = ("insertText:", "←");
    "n" = ("insertText:", "→");
    "1" = ("insertText:", "👍");
  };
}

which means that if I type C-S-<f13> followed by the letter, I get the corresponding text. It works in most applications, but in emacs-mac I get the error message C-<f13> is undefined as soon as I type C-S-<f13>.

@frou
Copy link

frou commented Feb 11, 2024

This GitHub repo is about the Homebrew packaging. Bug reports about functionality should go to the upstream Emacs Mac developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants