ms-Latin-American.js 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* Latin American Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdla.html
  3. */
  4. jQuery.keyboard.layouts['ms-Latin American'] = {
  5. "name" : "ms-Latin American",
  6. "lang" : ["es"],
  7. "normal" : [
  8. "| 1 2 3 4 5 6 7 8 9 0 ' \u00BF {bksp}",
  9. "{tab} q w e r t y u i o p \u00B4 +",
  10. "a s d f g h j k l \u00F1 { } {enter}",
  11. "{shift} < z x c v b n m , . - {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00B0 ! \" # $ % & / ( ) = ? \u00A1 {bksp}",
  16. "{tab} Q W E R T Y U I O P \u00A8 *",
  17. "A S D F G H J K L \u00D1 [ ] {enter}",
  18. "{shift} > Z X C V B N M ; : _ {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "\u00AC {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \\ {empty} {bksp}",
  23. "{tab} @ {empty} {empty} {empty} {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. };