ms-Estonian.js 1.5 KB

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