0

I currently have

(setq ns-function-modifier 'hyper)

and it works perfectly fine on my GUI Emacs on MacOS, but it becomes a problem in terminal emacs, where it doesn't recognize the key. I was wondering how to fix this or to have my own command prefix.

Drew
  • 75,699
  • 9
  • 109
  • 225

1 Answers1

0

See the answer in this link: How to swap `super` and `meta` in terminal Emacs on macOS? it is from Emacs manual, paragraph 39 IIRC, check it.

Ian
  • 1,321
  • 10
  • 12
  • I already knew about the `C-x @` behavior. I was looking for an easy way to use my `fn` key as `super` or `hyper` within the terminal. – user129393192 Apr 30 '23 at 19:50
  • A more detailed explanation: https://stackoverflow.com/questions/27418756/is-it-possible-to-make-emacs-interpret-an-fn-key-as-a-modifier-key – Ian May 04 '23 at 12:05