mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Add section to refcard explaining our keybinding notation
* etc/refcards/refcard.tex (Starting Emacs): Delete section. (Key Binding Notation): New section. (Bug#41403)
This commit is contained in:
parent
3443506159
commit
bf0c072913
1 changed files with 4 additions and 2 deletions
|
|
@ -273,9 +273,11 @@ see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs}
|
|||
|
||||
\centerline{(for version \versionemacs)}
|
||||
|
||||
\section{Starting Emacs}
|
||||
\section{Key Binding Notation}
|
||||
|
||||
To enter GNU Emacs \versionemacs, just type its name: \kbd{emacs}
|
||||
In the Emacs key binding notation, \kbd{C-x}
|
||||
is \kbd{Ctrl+X}; \kbd{M-x} is usually \kbd{Alt+X}; \kbd{S-x} is
|
||||
\kbd{Shift+X}; and \kbd{C-M-x} is \kbd{Ctrl+Alt+X}, etc.
|
||||
|
||||
\section{Leaving Emacs}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue