Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16106 from flodolo/bug969978
Browse files Browse the repository at this point in the history
Bug 969978 - Improve Italian keyboard layout (alternative chars for 'e' and '.')
r=rudylu
  • Loading branch information
RudyLu committed Feb 10, 2014
2 parents d32a0a3 + 45191b6 commit 7a317b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/keyboard/js/layouts/it.js
Expand Up @@ -7,14 +7,14 @@ Keyboards.it = {
alt: {
a: 'à@',
c: 'ç',
e: 'éèê€',
e: 'èéê€',
i: 'ì',
o: 'òó',
u: 'ù',
s: '$',
l: '£',
y: '¥',
'.': ',;:·…',
'.': ',;:\'?!',
"'": '"«»',
'-': '—_'
},
Expand Down

0 comments on commit 7a317b0

Please sign in to comment.