ms-Spanish.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* Spanish Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsp.html
  3. */
  4. jQuery.keyboard.layouts['ms-Spanish'] = {
  5. "name" : "ms-Spanish",
  6. "lang" : ["es"],
  7. "normal" : [
  8. "\u00BA 1 2 3 4 5 6 7 8 9 0 ' \u00A1 {bksp}",
  9. "{tab} q w e r t y u i o p ` +",
  10. "a s d f g h j k l \u00F1 \u00B4 \u00E7 {enter}",
  11. "{shift} < z x c v b n m , . - {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00AA ! \" \u00B7 $ % & / ( ) = ? \u00BF {bksp}",
  16. "{tab} Q W E R T Y U I O P ^ *",
  17. "A S D F G H J K L \u00D1 \u00A8 \u00C7 {enter}",
  18. "{shift} > Z X C V B N M ; : _ {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "\\ | @ # ~ \u20AC \u00AC {empty} {empty} {empty} {empty} {empty} {empty} {bksp}",
  23. "{tab} {empty} {empty} \u20AC {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ]",
  24. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} { } {enter}",
  25. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ]
  28. };
  29. /* Spanish Variation Keyboard Layout
  30. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdes.html
  31. */
  32. jQuery.keyboard.layouts['ms-Spanish Variation'] = {
  33. "name" : "ms-Spanish Variation",
  34. "lang" : ["es"],
  35. "normal" : [
  36. "' 1 2 3 4 5 6 7 8 9 0 - \u00A8 {bksp}",
  37. "{tab} q w e r t y u i o p \u00F7 `",
  38. "a s d f g h j k l \u00F1 \u00E7 \u00B4 {enter}",
  39. "{shift} < z x c v b n m , . = {shift}",
  40. "{accept} {alt} {space} {alt} {cancel}"
  41. ],
  42. "shift" : [
  43. "\u00B7 \u00AA \" / ( ) \u00A1 ! \u00BF ? \u20A7 + \u00A8 {bksp}",
  44. "{tab} Q W E R T Y U I O P \u00D7 `",
  45. "A S D F G H J K L \u00D1 \u00C7 \u00B4 {enter}",
  46. "{shift} > Z X C V B N M ; : % {shift}",
  47. "{accept} {alt} {space} {alt} {cancel}"
  48. ],
  49. "alt" : [
  50. "\\ | @ # \u00BC \u00BD \u00AC _ # \u00A7 \\ * ~ {bksp}",
  51. "{tab} {empty} {empty} \u20AC {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ]",
  52. "$ & @ [ ] | \u00A3 \u00B1 {empty} ~ { } {enter}",
  53. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} ^ {empty} {shift}",
  54. "{accept} {alt} {space} {alt} {cancel}"
  55. ]
  56. };