I want to get \x60\x7f
as output. If I do "\\x60\\x7f"
as input, I get that exactly as output (with 2 backslashes). Wrapped in a multiline string I get new lines I don’t want. What am I missing here?
This is related to Alacritty terminal key mappings so I do need the hexadecimal string here (see https://github.com/alacritty/alacritty/wiki/Keyboard-mappings)