Difference between revisions of "Input methods"
Jump to navigation
Jump to search
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-\}} | |
+ | : Switch to your default input method. | ||
+ | = TeX input method = | ||
− | + | ; {{CommandKeys|C-x C-m C-\ TeX}} | |
+ | : To type greek character λ type \lambda. | ||
− | + | = Accented characters = | |
− | + | ; {{CommandKeys|C-x C-m C-\ latin-1-prefix}} | |
+ | : 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 = | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Mule]] | [[Category:Mule]] |
Revision as of 10:03, 1 April 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 {{{2}}})
- Switch to your default input method.
TeX input method
- [C-x C-m C-\ TeX] (or M-x {{{2}}})
- To type greek character λ type \lambda.
Accented characters
- [C-x C-m C-\ latin-1-prefix] (or M-x {{{2}}})
- Use this method to input accented characters. When you type `" u' you get `ü'. Another You method is to [C-x 8].