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

87 lines
3.5 KiB
JavaScript

/* Sorbian Standard Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsors1.html
*/
jQuery.keyboard.layouts['ms-Sorbian Standard'] = {
"name" : "ms-Sorbian Standard",
"lang" : ["wen", "dsb", "hsb"],
"normal" : [
"^ 1 2 3 4 5 6 7 8 9 0 \u00df \u00b4 {bksp}",
"{tab} q w e r t z u i o p \u00fc + #",
"a s d f g h j k l \u00f6 \u00e4 {enter}",
"{shift} < y x c v b n m , . / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"shift" : [
"\u00b0 ! \" \u00a7 $ % & / ( ) = ? ` {bksp}",
"{tab} Q W E R T Z U I O P \u00dc * '",
"A S D F G H J K L \u00d6 \u00c4 {enter}",
"{shift} > Y X C V B N M ; : / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"{empty} {empty} \u00b2 \u00b3 {empty} {empty} {empty} { [ ] } \\ {empty} {bksp}",
"{tab} @ {empty} \u20ac {empty} {empty} {empty} {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} \u00b5 {empty} {empty} {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};
/* Sorbian Extended Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsorex.html
*/
jQuery.keyboard.layouts['ms-Sorbian Extended'] = {
"name" : "ms-Sorbian Extended",
"lang" : ["wen", "dsb", "hsb"],
"normal" : [
"^ 1 2 3 4 5 6 7 8 9 0 \u00df \u00b4 {bksp}",
"{tab} q w e r t z u i o p \u00fc + \u0142",
"a s d f g h j k l \u00f6 \u00e4 {enter}",
"{shift} < y x c v b n m , . / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"shift" : [
"\u00b0 ! \" \u00a7 $ % & / ( ) = ? ` {bksp}",
"{tab} Q W E R T Z U I O P \u00dc * \u0141",
"A S D F G H J K L \u00d6 \u00c4 {enter}",
"{shift} > Y X C V B N M ; : / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"{empty} \u00bb \u00ab \u201e \u201a \u2018 \u201c { [ ] } \\ {empty} {bksp}",
"{tab} @ {empty} \u20ac {empty} {empty} {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} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};
/* Sorbian Standard (Legacy) Keyboard Layout
* generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsorst.html
*/
jQuery.keyboard.layouts['ms-Sorbian Standard (Legacy)'] = {
"name" : "ms-Sorbian Standard (Legacy)",
"lang" : ["wen", "dsb", "hsb"],
"normal" : [
"^ 1 2 3 4 5 6 7 8 9 0 \u00df \u00b4 {bksp}",
"{tab} q w e r t z u i o p \u00fc + \u0142",
"a s d f g h j k l \u00f6 \u00e4 {enter}",
"{shift} < y x c v b n m , . / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"shift" : [
"\u00b0 ! \" \u00a7 $ % & / ( ) = ? ` {bksp}",
"{tab} Q W E R T Z U I O P \u00dc * \u0141",
"A S D F G H J K L \u00d6 \u00c4 {enter}",
"{shift} > Y X C V B N M ; : / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
"alt" : [
"{empty} \u00bb \u00ab \u201e \u201a \u2018 \u201c { [ ] } \\ {empty} {bksp}",
"{tab} @ {empty} \u20ac {empty} {empty} {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} \u00b5 {empty} {empty} {empty} {shift}",
"{accept} {alt} {space} {alt} {cancel}"
]
};