Skip to content

Commit

Permalink
Add alt option to Arabic layout for missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Nefzaoui committed Oct 12, 2013
1 parent e0f8bd9 commit c5cd73b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions apps/keyboard/js/layout.js
Expand Up @@ -1233,6 +1233,11 @@ const Keyboards = {
alternateLayoutKey: '123',
basicLayoutKey: 'أ ب ج',
width: 11,
alt: {
ي: 'ى',
ا: 'أ',
ء: 'ؤ',
},
keys: [
[
{ value: 'ض' }, { value: 'ص' }, { value: 'ث' }, { value: 'ق' },
Expand Down Expand Up @@ -1269,14 +1274,14 @@ const Keyboards = {
ي: '[',
ب: 'ـ',
ل: 'إ',
ا: 'أ',
ا: 'ئ',
ت: 'آ',
ن: '،',
م: '/',
ك: ':',
ة: '\"',
ء: 'ئ',
ظ: 'ؤ',
ء: ')',
ظ: '(',
ط: '؟',
ذ: '=',
د: '-',
Expand Down

0 comments on commit c5cd73b

Please sign in to comment.