[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The correspondence of the command-name and its key-sequence.
From: |
Hongyi Zhao |
Subject: |
The correspondence of the command-name and its key-sequence. |
Date: |
Sat, 9 Jan 2021 14:05:36 +0800 |
Say, C-h k C-g will give the following description:
C-g runs the command keyboard-quit (found in global-map), which is an
interactive compiled Lisp function in ‘simple.el’.
It is bound to C-g.
(keyboard-quit)
Signal a ‘quit’ condition.
During execution of Lisp code, this character causes a quit directly.
At top-level, as an editor command, this simply beeps.
But, it's still very hard for me to understand the correspondence of
the command-name and its key-sequence. To summarize, why use C-g to
represent the command keyboard-quit, instead of other more directly
related forms, say, C-q.
BR,
--
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Polytechnic University of Science and Technology engineering
NO. 552 North Gangtie Road, Xingtai, China
- The correspondence of the command-name and its key-sequence.,
Hongyi Zhao <=
- RE: The correspondence of the command-name and its key-sequence., Drew Adams, 2021/01/09
- Re: The correspondence of the command-name and its key-sequence., Hongyi Zhao, 2021/01/09
- Re: The correspondence of the command-name and its key-sequence., Omar Polo, 2021/01/09
- Re: The correspondence of the command-name and its key-sequence., Hongyi Zhao, 2021/01/09
- Re: The correspondence of the command-name and its key-sequence., Omar Polo, 2021/01/09
- Re: The correspondence of the command-name and its key-sequence., Hongyi Zhao, 2021/01/11
- Re: The correspondence of the command-name and its key-sequence., Omar Polo, 2021/01/11
- Re: The correspondence of the command-name and its key-sequence., tomas, 2021/01/11
- Re: The correspondence of the command-name and its key-sequence., Francis Belliveau, 2021/01/09
- Re: ASCII - Why...? -- as promised., Francis Belliveau, 2021/01/14