Hello, I have configured my f19 key to act as an apps key: #+begin_src emacs-lisp (define-key key-translation-map (kbd "") (kbd "")) #+end_src It works great and I can bind it to many things. Unfortunately, there is one thing I don't know how to do: how to use this key to input another binding. I thought the following would work: #+begin_src emacs-lisp (define-key key-translation-map (kbd " d") (kbd "C-c")) #+end_src but when I try to see if it gets translated, I see that it does not: ,---- | d (translated from d) is undefined `---- Is there a way to make this work? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7