Emacs Keys: Meta Key
What is meta key
- The Meta key is historical key that appeared on Lisp Machine Keyboards ⌨.
- Emacs was developed on lisp machine keyboards, so it heavily uses the meta key.
Where is meta key
- Microsoft Windows → Alt
- Linux → Alt
- Mac → ⌥ option
by default.
Syntax of meta key
In emacs documenation, the Meta key notation is M-.
e.g. M-x means Meta+x.
Emacs, meta super hyper keys
Emacs, Change Keys
- Emacs Keys: Define Key ⌨
- Emacs Keys: new keybinding functions (emacs 29. 2023)
- Emacs old keybinding syntax before emacs 29 (2023)
- Emacs Keys: Syntax
- Emacs Keys: Good and Bad Key Choices
- Emacs Keys: Swap CapsLock Control
- Emacs Keys: Meta Key
- Emacs Keys: Change Major Mode Keys
- Emacs Keys: Change Minor Mode Keys
- Emacs Keys: Minor Modes Key Priority
- Emacs Keys: Change Minibuffer Keys
- Elisp: Create Keymap (keybinding)