Skip to main content

Questions tagged [key-translation-map]

0 votes
1 answer
55 views

I have tried the following: (keyboard-translate ?\C-I (kbd "<f8>")) (keyboard-translate ?\C-I [(f8)]) The representation of F8 key is wrong.
godblessfq's user avatar
  • 1,311
0 votes
1 answer
187 views

I used C-g to cancel operation in spacemacs, but feel ESC is a better way than C-g. I tried the following, but not work, spacemacs will report issue when startup: (define-key key-translation-map (kbd &...
qbai's user avatar
  • 23
2 votes
1 answer
286 views

I would like to bind the dedicated function keys (F1 through F10) using the standard modifier key, e.g. (define-key my-keymap (kbd "<S-F2>") #'my-function). However, this and similar ...
Tom Davey's user avatar
4 votes
1 answer
780 views

I've bound a command to A-m, however some package that I load seems to modify input translation maps (input-decode-map, local-function-key-map, function-key-map, key-translation-map) that interfere ...
aculich's user avatar
  • 336