fish-shell/doc_src
Fabian Boehm 65db0b2ec8 fish_key_reader: Humanize key descriptions
This used to print all codepoints outside of the ASCII range (i.e.
above 0x80) in \uXXXX or \UYYYYYYYY notation.

That's quite awkward, considering that this is about keys that are
being pressed, and many keyboards have actual symbols for these on
them - I have an "ö" key, so I would like to use `bind ö` and not
`bind \u00F6`. So we go by iswgraph.

On a slightly different note, `\e` was written as `\c[ (or \e)`. I do
not believe anyone really uses `\c[` (the `[` would need to
be escaped!), and it's confusing and unnecessary to even mention that.

(cherry picked from commit 55c425a0dd)
2023-10-08 17:15:17 +02:00
..
cmds fish_key_reader: Humanize key descriptions 2023-10-08 17:15:17 +02:00
python_docs_theme Css refresh (#9982) 2023-10-06 18:49:55 +02:00
commands.rst docs: Some work on commands 2022-12-19 19:39:47 +01:00
completions.rst Fix grammar in completion docs 2023-10-01 10:37:28 +02:00
conf.py Bump copyright year 2023-01-06 18:26:21 +08:00
design.rst docs: Fix typos 2022-09-17 21:31:06 +08:00
faq.rst docs: Use :doc: role when linking to commands 2022-09-24 10:56:43 +02:00
fish_for_bash_users.rst docs: Simplify exporting section 2022-12-21 16:24:00 +01:00
fish_indent_lexer.py docs: restore default highlighting keywords and options in HTML 2022-01-16 14:07:19 +01:00
fish_synopsis.py docs synopsis: add HTML highlighing and automate manpage markup 2022-01-19 22:56:41 +08:00
index.rst docs/index: update some formatting from #9482 2023-02-21 21:18:03 +08:00
interactive.rst docs: correct insert mode key 2023-10-06 18:48:25 +02:00
language.rst Docs: fix code block 2023-10-01 10:37:28 +02:00
license.rst Licensing: note MIT licensing status of Dracula theme 2023-10-01 10:37:25 +02:00
relnotes.rst docs: call the CHANGELOG "release notes" 2021-02-25 22:46:24 +08:00
tutorial.rst docs: Some more in the intro sections 2022-12-27 15:22:17 +01:00