Test code: Difference between revisions
Jump to navigation
Jump to search
Created page with ";; 将 Emacs 识别到的 <KEYCODE_X> 翻译为 <escape>(等于把右Alt当作 Meta 前缀) (define-key key-translation-map (kbd "<KEYCODE_X>") (kbd "<escape>"))" |
No edit summary |
||
Line 1: | Line 1: | ||
(global-set-key (kbd "<KEYCODE_X> x") #'execute-extended-command) | |||
( |
Revision as of 00:37, 6 October 2025
(global-set-key (kbd "<KEYCODE_X> x") #'execute-extended-command)