ms-Irish.js 1.6 KB

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