Files
Chamilo/web/assets/keyboard/layouts/ms-Spanish.js
2025-08-14 22:44:47 +02:00

58 lines
2.2 KiB
JavaScript

/* Spanish Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsp.html
*/
jQuery.keyboard.layouts['ms-Spanish'] = {
"name" : "ms-Spanish",
"lang" : ["es"],
"normal" : [
"\u00BA 1 2 3 4 5 6 7 8 9 0 ' \u00A1 {bksp}",
"{tab} q w e r t y u i o p ` +",
"a s d f g h j k l \u00F1 \u00B4 \u00E7 {enter}",
"{shift} < z x c v b n m , . - {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"shift" : [
"\u00AA ! \" \u00B7 $ % & / ( ) = ? \u00BF {bksp}",
"{tab} Q W E R T Y U I O P ^ *",
"A S D F G H J K L \u00D1 \u00A8 \u00C7 {enter}",
"{shift} > Z X C V B N M ; : _ {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"\\ | @ # ~ \u20AC \u00AC {empty} {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} { } {enter}",
"{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};
/* Spanish Variation Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdes.html
*/
jQuery.keyboard.layouts['ms-Spanish Variation'] = {
"name" : "ms-Spanish Variation",
"lang" : ["es"],
"normal" : [
"' 1 2 3 4 5 6 7 8 9 0 - \u00A8 {bksp}",
"{tab} q w e r t y u i o p \u00F7 `",
"a s d f g h j k l \u00F1 \u00E7 \u00B4 {enter}",
"{shift} < z x c v b n m , . = {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"shift" : [
"\u00B7 \u00AA \" / ( ) \u00A1 ! \u00BF ? \u20A7 + \u00A8 {bksp}",
"{tab} Q W E R T Y U I O P \u00D7 `",
"A S D F G H J K L \u00D1 \u00C7 \u00B4 {enter}",
"{shift} > Z X C V B N M ; : % {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"\\ | @ # \u00BC \u00BD \u00AC _ # \u00A7 \\ * ~ {bksp}",
"{tab} {empty} {empty} \u20AC {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ]",
"$ & @ [ ] | \u00A3 \u00B1 {empty} ~ { } {enter}",
"{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} ^ {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};