Closed GoogleCodeExporter closed 9 years ago
Just for completeness: Mintty already does support the control characters in
question
anyway, Ctrl+9 rather than Ctrl+AltGr+9 will yield ^] on a German keyboard.
The seven "symbol-based" control characters (as opposed to the letter-based ^A
to ^Z)
can also be sent using these keys or key combinations:
^@ Ctrl+Space
^[ Escape (also Alt, if "Lone Alt Sends ESC" is on)
^\ Break (i.e., Ctrl+Pause)
^] Pause
^^ Ctrl+Enter
^_ Ctrl+Backspace
^? Backspace
(The last two assume that the backspace keycode is set to ^?, which is the
default
from 0.5.)
Original comment by andy.koppe
on 10 Sep 2009 at 9:03
Implemented in r695 on trunk.
Original comment by andy.koppe
on 10 Jan 2010 at 10:03
Original comment by andy.koppe
on 30 Jan 2010 at 10:47
Original comment by andy.koppe
on 13 Feb 2010 at 4:24
Original issue reported on code.google.com by
andy.koppe
on 10 Sep 2009 at 8:56