Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I fixed some errors in the italian keymap's behaviour (with AltGr pressed).
As far I can understand from my hobbyist knowledge this library can convert in utf-8 (two) byte sequences the iso8859 code mapped on a given key.
Each code is represented by a single byte, so codes bigger than 255 can't be handled by this library.
For this reason some characters (see below) you can get in the Italian keyboard with AltGr aren't displayable.
ł€ŧ←↓→đŋħ“”
I think it could be possible to made some changes at the library to made displayable the missing characters but this doesn't really worth the overhead since this characters are really unusual (or better..they doesn't exist) in the italian alphabet.
Ciao!