Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

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}"
]
};