Files
Chamilo/app/Resources/public/assets/keyboard/layouts/ms-Wolof.js
T
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

29 lines
1.1 KiB
JavaScript

/* Wolof Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdwol.html
*/
jQuery.keyboard.layouts['ms-Wolof'] = {
"name" : "ms-Wolof",
"lang" : ["wo"],
"normal" : [
"\u00e3 & \u00e9 \u0022 ' ( - \u00f1 _ \u014b \u00e0 ) = {bksp}",
"{tab} a z e r t y u i o p ^ \u00f3 *",
"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" : [
"\u00c3 1 2 3 4 5 6 7 8 9 0 \u00c9 + {bksp}",
"{tab} A Z E R T Y U I O P \u00a8 \u00d3 \u00d1",
"Q S D F G H J K L M \u00c0 {enter}",
"{shift} > W X C V B N ? . / / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"{empty} {empty} ~ # { [ | ` \u005c ^ @ ] } {bksp}",
"{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00a4 {empty}",
"{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
"{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};