frenchConfig top-level property
Implementation
var frenchConfig = {
Layout.QWERTY: <String, String>{
'layout': 'qwertyuiopasdfghjklzxcvbnm',
'horizontalSpacing': '6.0',
'topLength': '10',
'middleLength': '9',
},
Layout.AZERTY: <String, String>{
'layout': 'azertyuiopqsdfghjklmwxcvbn',
'horizontalSpacing': '6.0',
'topLength': '10',
'middleLength': '9',
},
};