58 lines
2.3 KiB
JavaScript
58 lines
2.3 KiB
JavaScript
/* Belgian (Comma) Keyboard Layout
|
|
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdbene.html
|
|
*/
|
|
jQuery.keyboard.layouts['ms-Belgian (Comma)'] = {
|
|
"name" : "ms-Belgian (Comma)",
|
|
"lang" : ["nl", "fr", "de"],
|
|
"normal" : [
|
|
"\u00b2 & \u00e9 \" ' ( \u00a7 \u00e8 ! \u00e7 \u00e0 ) - {bksp}",
|
|
"{tab} a z e r t y u i o p ^ $ \u00b5",
|
|
"q s d f g h j k l m \u00f9 {enter}",
|
|
"{shift} < w x c v b n , ; : / {shift}",
|
|
"{accept} {alt} {space} {alt} {cancel}"
|
|
],
|
|
"shift" : [
|
|
"\u00b3 1 2 3 4 5 6 7 8 9 0 \u00b0 _ {bksp}",
|
|
"{tab} A Z E R T Y U I O P \u00a8 * \u00a3",
|
|
"Q S D F G H J K L M % {enter}",
|
|
"{shift} > W X C V B N ? . / / {shift}",
|
|
"{accept} {alt} {space} {alt} {cancel}"
|
|
],
|
|
"alt" : [
|
|
"{empty} | @ # { [ ^ {empty} {empty} { } {empty} {empty} {bksp}",
|
|
"{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ] {empty}",
|
|
"{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00b4 {enter}",
|
|
"{shift} \\ {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
|
|
"{accept} {alt} {space} {alt} {cancel}"
|
|
]
|
|
};
|
|
|
|
/* Belgian French Keyboard Layout
|
|
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdbe.html
|
|
*/
|
|
jQuery.keyboard.layouts['ms-Belgian French'] = {
|
|
"name" : "ms-Belgian French",
|
|
"lang" : ["nl-fr", "fr"],
|
|
"normal" : [
|
|
"\u00b2 & \u00e9 \" ' ( \u00a7 \u00e8 ! \u00e7 \u00e0 ) - {bksp}",
|
|
"{tab} a z e r t y u i o p ^ $ \u00b5",
|
|
"q s d f g h j k l m \u00f9 {enter}",
|
|
"{shift} < w x c v b n , ; : / {shift}",
|
|
"{accept} {alt} {space} {alt} {cancel}"
|
|
],
|
|
"shift" : [
|
|
"\u00b3 1 2 3 4 5 6 7 8 9 0 \u00b0 _ {bksp}",
|
|
"{tab} A Z E R T Y U I O P \u00a8 * \u00a3",
|
|
"Q S D F G H J K L M % {enter}",
|
|
"{shift} > W X C V B N ? . / / {shift}",
|
|
"{accept} {alt} {space} {alt} {cancel}"
|
|
],
|
|
"alt" : [
|
|
"{empty} | @ # { [ ^ {empty} {empty} { } {empty} {empty} {bksp}",
|
|
"{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ] {empty}",
|
|
"{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00b4 {enter}",
|
|
"{shift} \\ {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
|
|
"{accept} {alt} {space} {alt} {cancel}"
|
|
]
|
|
};
|