Is it possible to make emacs interpet an fn key as a modifier key?
问题 Is it possible to make emacs interpet an fn key as a modifier key? Can I bind f6, f.ex. to hyper? I had this: (setq ns-function-modifier 'hyper) ; set Mac's Fn key to type Hype And tried to do this: (setq <f6> 'hyper) But the latter did not work. I'd prefer not making the OS as a whole see f9 as some sort of modifier key (making it possible to more easily use the function keys for different purposes in other apps). Edit: It seems like one possible solution is to bind f9 to C-x @ h but when I