Difference between revisions of "Input methods"
Jump to navigation
Jump to search
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | Input Methods allow you to enter characters that are not supported by your keyboard. | + | '''Input Methods''' allow you to enter characters that are not supported by your keyboard. |
− | + | = Helpful keybindings = | |
− | |||
− | |||
+ | ; {{CommandKeys|C-x C-m C-\|set-input-method}} | ||
+ | : Switch to a new input method. | ||
− | + | ; {{CommandKeys|C-h C-\|describe-input-method}} | |
− | + | : Tells you how to enter a particular character for the current input mehtod. | |
− | |||
− | |||
− | + | ; {{CommandKeys|C-\|toggle-input-method}} | |
+ | : Switch to your default input method. | ||
+ | = TeX input method = | ||
− | + | ; {{Keys|C-x C-m C-\ TeX}} | |
+ | : To type greek character λ, enter \lambda. | ||
− | + | = Accented characters = | |
− | + | ; {{Keys|C-x C-m C-\ latin-1-prefix RET}} | |
+ | : Use this method to input accented characters. When you type `" u' you get `ü'. Another You method is to {{PrefixKeys|C-x 8}}. | ||
− | + | = [[GNU/Linux]] = | |
− | + | = [[OS X]] = | |
− | + | = [[Windows]] = | |
− | + | = [[Emacs-24]] = | |
− | + | = [[Emacs-23]] = | |
− | + | = Recommended Reading = | |
− | + | = Project Pages = | |
− | + | = Tutorial Pages = | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == See also == | ||
+ | [[Ibus]] mode, a minor mode, allow user to use ibus input framework directly in Emacs, with Chinese and Japnese support. | ||
[[Category:Mule]] | [[Category:Mule]] |
Latest revision as of 20:20, 7 December 2012
Input Methods allow you to enter characters that are not supported by your keyboard.
Helpful keybindings
- [C-x C-m C-\] (or M-x set-input-method)
- Switch to a new input method.
- [C-h C-\] (or M-x describe-input-method)
- Tells you how to enter a particular character for the current input mehtod.
- [C-\] (or M-x toggle-input-method)
- Switch to your default input method.
TeX input method
- [C-x C-m C-\ TeX]
- To type greek character λ, enter \lambda.
Accented characters
- [C-x C-m C-\ latin-1-prefix RET]
- Use this method to input accented characters. When you type `" u' you get `ü'. Another You method is to [C-x 8].
GNU/Linux
OS X
Windows
Emacs-24
Emacs-23
Recommended Reading
Project Pages
Tutorial Pages
See also
Ibus mode, a minor mode, allow user to use ibus input framework directly in Emacs, with Chinese and Japnese support.