Closed GoogleCodeExporter closed 9 years ago
The console2 application, http://sourceforge.net/projects/console/, behaves
exactly
like mintty.
Original comment by alusi...@gmail.com
on 2 Mar 2010 at 1:48
Ctrl combinations are indeed handled without regard to the Windows keyboard
layout,
because they're needed for terminal control characters. In this particular
case, Ctrl+\
maps to ^\ (ASCII 0x1C).
More generally in Windows, Ctrl combinations are reserved for shortcuts, so
there might
well be other programs apart from mintty and Console that ignore your mapping.
AltGr is
the modifier intended for adding new characters to a layout, so you might want
to move
'`' to AltGr+\.
Original comment by andy.koppe
on 3 Mar 2010 at 5:25
Thanks for the reply and the hint. I have used the Microsoft keyboard layout
editor
to create a revised keyboard layout that defines additional AltGr+\ and AltGr+|
combinations for the italian keyboard and I confirm that the new definitions do
work
for mintty as well as for other applications.
Original comment by alusi...@gmail.com
on 4 Mar 2010 at 3:50
Original issue reported on code.google.com by
alusi...@gmail.com
on 2 Mar 2010 at 1:37