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

36 lines
1.5 KiB
JavaScript

/* Estonian Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdest.html
*/
jQuery.keyboard.layouts['ms-Estonian'] = {
"name" : "ms-Estonian",
"lang" : ["et"],
"normal" : [
"\u02c7 1 2 3 4 5 6 7 8 9 0 + \u00b4 {bksp}",
"{tab} q w e r t y u i o p \u00fc \u00f5 '",
"a s d f g h j k l \u00f6 \u00e4 {enter}",
"{shift} < z x c v b n m , . / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"shift" : [
"~ ! \" # \u00a4 % & / ( ) = ? ` {bksp}",
"{tab} Q W E R T Y U I O P \u00dc \u00d5 *",
"A S D F G H J K L \u00d6 \u00c4 {enter}",
"{shift} > Z X C V B N M ; : / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"{empty} {empty} @ \u00a3 $ \u20ac {empty} { [ ] } \\ {empty} {bksp}",
"{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00a7 \u00bd",
"{empty} \u0161 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} ^ {enter}",
"{shift} | \u017e {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt-shift" : [
"{empty} {empty} @ \u00a3 $ {empty} {empty} { [ ] } \\ {empty} {bksp}",
"{tab} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00a7 \u00bd",
"{empty} \u0160 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} ^ {enter}",
"{shift} | \u017d {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};