diff options
| author | Eli Zaretskii | 2025-04-24 12:32:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-04-24 12:32:02 +0300 |
| commit | 49ea1f64c77415a893f59e0c4f4ebef6c499541b (patch) | |
| tree | 560e4734a75bf09f291394793342b1081ea5cb56 /doc | |
| parent | a975232c0fd7bbcce39f904518bd068a879ea4f0 (diff) | |
| download | emacs-49ea1f64c77415a893f59e0c4f4ebef6c499541b.tar.gz emacs-49ea1f64c77415a893f59e0c4f4ebef6c499541b.zip | |
; Improve documentation of 'modifier-bar-mode'
* doc/emacs/custom.texi (Modifier Keys):
* doc/emacs/frames.texi (Tool Bars):
* lisp/tool-bar.el (modifier-bar-mode): Improve documentation of
'modifier-bar-mode'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/custom.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 21 |
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index f69187ff239..6a3e9d899dc 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -2164,6 +2164,10 @@ You can similarly enter the Shift, Control, and Meta modifiers by | |||
| 2164 | using @kbd{C-x @@ S}, @kbd{C-x @@ c}, and @kbd{C-x @@ m}, respectively, | 2164 | using @kbd{C-x @@ S}, @kbd{C-x @@ c}, and @kbd{C-x @@ m}, respectively, |
| 2165 | although this is rarely needed. | 2165 | although this is rarely needed. |
| 2166 | 2166 | ||
| 2167 | On graphical terminals, you can enable the Modifier Bar mode, which | ||
| 2168 | allows simulating the missing modifier keys by clicking a tool-bar | ||
| 2169 | button. @xref{Tool Bars}. | ||
| 2170 | |||
| 2167 | @node Function Keys | 2171 | @node Function Keys |
| 2168 | @subsection Rebinding Function Keys | 2172 | @subsection Rebinding Function Keys |
| 2169 | 2173 | ||
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index e0d8a607072..8225825e261 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -1343,15 +1343,18 @@ displayed by moving the mouse pointer to the top of the screen. | |||
| 1343 | @cindex displaying modifier keys in the tool bar | 1343 | @cindex displaying modifier keys in the tool bar |
| 1344 | @cindex mode, Modifier Bar | 1344 | @cindex mode, Modifier Bar |
| 1345 | @cindex Modifier Bar | 1345 | @cindex Modifier Bar |
| 1346 | Keyboards often lack one or more of the modifier keys that Emacs | 1346 | Keyboards often lack one or more of the modifier keys (@pxref{Modifier |
| 1347 | might want to use, making it difficult or impossible to input key | 1347 | Keys}) that Emacs users might want to use, making it difficult or |
| 1348 | sequences that contain them. Emacs can optionally display a list of | 1348 | impossible to input key sequences with these modifiers. For example, |
| 1349 | buttons that act as substitutes for modifier keys within the tool bar; | 1349 | many keyboards lack the Hyper and Super modifiers, and smartphones |
| 1350 | these buttons are also referred to as the ``modifier bar''. Clicking | 1350 | usually also lack Ctrl and Alt modifiers. Emacs can optionally display |
| 1351 | an icon within the modifier bar will cause a modifier key to be | 1351 | a tool bar of buttons that can substitute the modifier keys; this |
| 1352 | applied to the next keyboard event that is read. The modifier bar is | 1352 | additional tool bar is known as the @dfn{modifier bar}. Clicking a |
| 1353 | displayed when the global minor mode @code{modifier-bar-mode} is | 1353 | button within the modifier bar will cause the modifier key shown on the |
| 1354 | enabled; to do so, type @kbd{M-x modifier-bar-mode}. | 1354 | button to be applied to the next keyboard event that Emacs reads. The |
| 1355 | modifier bar is displayed when the global minor mode | ||
| 1356 | @code{modifier-bar-mode} is enabled; to do so, type @kbd{M-x | ||
| 1357 | modifier-bar-mode}. | ||
| 1355 | 1358 | ||
| 1356 | @node Tab Bars | 1359 | @node Tab Bars |
| 1357 | @section Tab Bars | 1360 | @section Tab Bars |