fish-shell/doc_src
Fabian Boehm 55c425a0dd 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.
2023-08-26 10:43:42 +02:00
..
cmds fish_key_reader: Humanize key descriptions 2023-08-26 10:43:42 +02:00
python_docs_theme Css refresh (#9982) 2023-08-25 17:13:35 +02:00
commands.rst doc: Link path in commands 2023-04-29 19:58:41 +02:00
completions.rst Fix grammar in completion docs 2023-07-09 14:11:01 +08:00
conf.py docs: Remove reference to nonexistent style.css 2023-08-24 21:55:57 +02:00
contributing.rst Improve CONTRIBUTING and add it to the docs 2023-06-01 18:09:02 +02:00
design.rst docs: Fix typos 2022-09-17 21:31:06 +08:00
faq.rst docs/faq: Remove external tools 2023-05-25 17:46:25 +02:00
fish_for_bash_users.rst docs: Make some code lines shorter 2023-02-15 18:50:28 +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 Restyle fishscript and python 2023-06-01 18:20:19 +02:00
index.rst docs: Some slight rewordings 2023-08-23 23:08:56 +02:00
interactive.rst docs: Some slight rewordings 2023-08-23 23:08:56 +02:00
language.rst docs: Some teensy bits on if/while 2023-08-26 09:32:05 +02:00
license.rst Licensing: note MIT licensing status of Dracula theme 2023-05-25 21:30:30 +08:00
prompt.rst docs/prompt: Fix nested list formatting 2023-06-28 16:13:00 +02:00
relnotes.rst docs: call the CHANGELOG "release notes" 2021-02-25 22:46:24 +08:00
tutorial.rst docs: Some on the tutorial 2023-04-28 17:11:23 +02:00