aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2025-04-24 12:32:02 +0300
committerEli Zaretskii2025-04-24 12:32:02 +0300
commit49ea1f64c77415a893f59e0c4f4ebef6c499541b (patch)
tree560e4734a75bf09f291394793342b1081ea5cb56 /doc
parenta975232c0fd7bbcce39f904518bd068a879ea4f0 (diff)
downloademacs-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.texi4
-rw-r--r--doc/emacs/frames.texi21
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
2164using @kbd{C-x @@ S}, @kbd{C-x @@ c}, and @kbd{C-x @@ m}, respectively, 2164using @kbd{C-x @@ S}, @kbd{C-x @@ c}, and @kbd{C-x @@ m}, respectively,
2165although this is rarely needed. 2165although this is rarely needed.
2166 2166
2167 On graphical terminals, you can enable the Modifier Bar mode, which
2168allows simulating the missing modifier keys by clicking a tool-bar
2169button. @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
1347might want to use, making it difficult or impossible to input key 1347Keys}) that Emacs users might want to use, making it difficult or
1348sequences that contain them. Emacs can optionally display a list of 1348impossible to input key sequences with these modifiers. For example,
1349buttons that act as substitutes for modifier keys within the tool bar; 1349many keyboards lack the Hyper and Super modifiers, and smartphones
1350these buttons are also referred to as the ``modifier bar''. Clicking 1350usually also lack Ctrl and Alt modifiers. Emacs can optionally display
1351an icon within the modifier bar will cause a modifier key to be 1351a tool bar of buttons that can substitute the modifier keys; this
1352applied to the next keyboard event that is read. The modifier bar is 1352additional tool bar is known as the @dfn{modifier bar}. Clicking a
1353displayed when the global minor mode @code{modifier-bar-mode} is 1353button within the modifier bar will cause the modifier key shown on the
1354enabled; to do so, type @kbd{M-x modifier-bar-mode}. 1354button to be applied to the next keyboard event that Emacs reads. The
1355modifier bar is displayed when the global minor mode
1356@code{modifier-bar-mode} is enabled; to do so, type @kbd{M-x
1357modifier-bar-mode}.
1355 1358
1356@node Tab Bars 1359@node Tab Bars
1357@section Tab Bars 1360@section Tab Bars