Fixed typos
This commit is contained in:
parent
255dd2845e
commit
33f278b477
5 changed files with 8 additions and 8 deletions
|
|
@ -395,7 +395,7 @@ Key Value
|
||||||
``c`` ``c=1`` if the terminal supports close events, otherwise the ``c``
|
``c`` ``c=1`` if the terminal supports close events, otherwise the ``c``
|
||||||
must be omitted.
|
must be omitted.
|
||||||
|
|
||||||
``o`` Comma separated list of occassions from the ``o`` key that the
|
``o`` Comma separated list of occasions from the ``o`` key that the
|
||||||
terminal implements. If no occasions are supported, the value
|
terminal implements. If no occasions are supported, the value
|
||||||
``o=always`` must be sent in the query response.
|
``o=always`` must be sent in the query response.
|
||||||
|
|
||||||
|
|
@ -405,7 +405,7 @@ Key Value
|
||||||
|
|
||||||
``s`` Comma separated list of sound names from the table of standard sound names above.
|
``s`` Comma separated list of sound names from the table of standard sound names above.
|
||||||
Terminals will report the list of standard sound names they support.
|
Terminals will report the list of standard sound names they support.
|
||||||
Terminals *should* support atleast ``system`` and ``silent``.
|
Terminals *should* support at least ``system`` and ``silent``.
|
||||||
|
|
||||||
``u`` Comma separated list of urgency values that the terminal implements.
|
``u`` Comma separated list of urgency values that the terminal implements.
|
||||||
If urgency is not supported, the ``u`` key must be absent from the
|
If urgency is not supported, the ``u`` key must be absent from the
|
||||||
|
|
@ -450,10 +450,10 @@ Key Value Default Description
|
||||||
encoded UTF-8
|
encoded UTF-8
|
||||||
application name
|
application name
|
||||||
|
|
||||||
``g`` :ref:`identifier` ``unset`` Identifier for icon data. Make these globally unqiue,
|
``g`` :ref:`identifier` ``unset`` Identifier for icon data. Make these globally unique,
|
||||||
like an UUID.
|
like an UUID.
|
||||||
|
|
||||||
``i`` :ref:`identifier` ``unset`` Identifier for the notification. Make these globally unqiue,
|
``i`` :ref:`identifier` ``unset`` Identifier for the notification. Make these globally unique,
|
||||||
like an UUID, so that terminal multiplexers can
|
like an UUID, so that terminal multiplexers can
|
||||||
direct responses to the correct window. Note that for backwards
|
direct responses to the correct window. Note that for backwards
|
||||||
compatibility reasons i=0 is special and should not be used.
|
compatibility reasons i=0 is special and should not be used.
|
||||||
|
|
|
||||||
|
|
@ -354,7 +354,7 @@ are the :kbd:`Enter`, :kbd:`Tab` and :kbd:`Backspace` keys which still generate
|
||||||
bytes as in legacy mode this is to allow the user to type and execute commands
|
bytes as in legacy mode this is to allow the user to type and execute commands
|
||||||
in the shell such as ``reset`` after a program that sets this mode crashes
|
in the shell such as ``reset`` after a program that sets this mode crashes
|
||||||
without clearing it. Note that the Lock modifiers are not reported for text
|
without clearing it. Note that the Lock modifiers are not reported for text
|
||||||
producing keys, to keep them useable in legacy programs. To get lock modifiers
|
producing keys, to keep them usable in legacy programs. To get lock modifiers
|
||||||
for all keys use the :ref:`report_all_keys` enhancement.
|
for all keys use the :ref:`report_all_keys` enhancement.
|
||||||
|
|
||||||
.. _report_events:
|
.. _report_events:
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ that is, they are used to set the variable value for some font characteristic.
|
||||||
<https://harfbuzz.github.io/harfbuzz-hb-common.html#hb-feature-from-string>`__
|
<https://harfbuzz.github.io/harfbuzz-hb-common.html#hb-feature-from-string>`__
|
||||||
|
|
||||||
``system``
|
``system``
|
||||||
This can be used to pass an arbitrary string, usuall a family or full name
|
This can be used to pass an arbitrary string, usually a family or full name
|
||||||
to the OS font selection APIs. Should not be used in conjunction with any
|
to the OS font selection APIs. Should not be used in conjunction with any
|
||||||
other keys. Is the same as specifying just the font name without any keys.
|
other keys. Is the same as specifying just the font name without any keys.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -310,7 +310,7 @@ below::
|
||||||
|
|
||||||
# Beep on unknown keys
|
# Beep on unknown keys
|
||||||
map --new-mode XXX --on-unknown beep ...
|
map --new-mode XXX --on-unknown beep ...
|
||||||
# Ingore unknown keys silently
|
# Ignore unknown keys silently
|
||||||
map --new-mode XXX --on-unknown ignore ...
|
map --new-mode XXX --on-unknown ignore ...
|
||||||
# Beep and exit the keyboard mode on unknown key
|
# Beep and exit the keyboard mode on unknown key
|
||||||
map --new-mode XXX --on-unknown end ...
|
map --new-mode XXX --on-unknown end ...
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ ASCII only text.
|
||||||
|
|
||||||
foot, iterm2 and Terminal.app are left out as they do not run under X11.
|
foot, iterm2 and Terminal.app are left out as they do not run under X11.
|
||||||
Alacritty+tmux is included just to show the effect of putting a terminal
|
Alacritty+tmux is included just to show the effect of putting a terminal
|
||||||
multiplexer into the mix (halving throughput) and because alacritty isnt
|
multiplexer into the mix (halving throughput) and because alacritty isn't
|
||||||
remotely comparable to any of the other terminals feature wise without tmux.
|
remotely comparable to any of the other terminals feature wise without tmux.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue