ms-Hebrew.js 1.2 KB

12345678910111213141516171819202122232425262728
  1. /* Hebrew Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdheb.html
  3. */
  4. jQuery.keyboard.layouts['ms-Hebrew'] = {
  5. "name" : "ms-Hebrew",
  6. "lang" : ["he"],
  7. "normal" : [
  8. "; 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
  9. "{tab} / ' \u05e7 \u05e8 \u05d0 \u05d8 \u05d5 \u05df \u05dd \u05e4 ] [ \\",
  10. "\u05e9 \u05d3 \u05d2 \u05db \u05e2 \u05d9 \u05d7 \u05dc \u05da \u05e3 , {enter}",
  11. "{shift} \\ \u05d6 \u05e1 \u05d1 \u05d4 \u05e0 \u05de \u05e6 \u05ea \u05e5 / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "~ ! @ # $ % ^ & * ) ( _ + {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. "{empty} {empty} {empty} {empty} \u20aa {empty} {empty} {empty} {empty} {empty} {empty} \u05bf {empty} {bksp}",
  23. "{tab} {empty} {empty} \u20ac {empty} {empty} {empty} \u05f0 {empty} {empty} {empty} {empty} {empty} {empty}",
  24. "{empty} {empty} {empty} {empty} {empty} \u05f2 \u05f1 {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. };