faho · GitHub

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.

@faho

@faho

@faho

faho deleted the mr-key-reader-give-me-a-key branch

August 26, 2023 08:43

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators

Dec 30, 2024

Read the original on github.com ↗