Nessesarius / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Treat AltGr similarly to Shift in modifyOtherKeys mode #272

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In modifyOtherKeys mode, it would make sense if AltGr was handled similarly to 
Shift in that it should change the base character code of the key sequence. For 
example, on a German keyboard, AltGr+ß is \, hence AltGr+ß should be encoded 
with 92 (the decimal code for backspace) rather than 223 (for ß) as the base 
character.

(Unlike Shift, however, AltGr should not be accounted for twice by also showing 
up in the modifier code.)

This was suggested in comment 2 of issue 268.

Original issue reported on code.google.com by andy.koppe on 8 Jun 2011 at 7:24

GoogleCodeExporter commented 8 years ago
The attached patch should fix this issue.

Original comment by towom...@googlemail.com on 9 May 2014 at 1:21

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
suggest patch in source tree (which was automatically called issue #428)

Original comment by towom...@googlemail.com on 21 May 2014 at 12:09