This commit is contained in:
Xes
2025-08-14 22:44:47 +02:00
parent 8ce45119b6
commit 791cb748ab
39112 changed files with 975901 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
/* 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}"
]
};