ms-Telugu.js 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /* Telugu Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdintel.html
  3. */
  4. jQuery.keyboard.layouts['ms-Telugu'] = {
  5. "name" : "ms-Telugu",
  6. "lang" : ["te"],
  7. "normal" : [
  8. "\u0c4a 1 2 3 4 5 6 7 8 9 0 - \u0c43 {bksp}",
  9. "{tab} \u0c4c \u0c48 \u0c3e \u0c40 \u0c42 \u0c2c \u0c39 \u0c17 \u0c26 \u0c1c \u0c21 {empty}",
  10. "\u0c4b \u0c47 \u0c4d \u0c3f \u0c41 \u0c2a \u0c30 \u0c15 \u0c24 \u0c1a \u0c1f {enter}",
  11. "{shift} \u0c46 \u0c02 \u0c2e \u0c28 \u0c35 \u0c32 \u0c38 , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u0c12 {empty} {empty} \u0c4d\u0c30 {empty} \u0c1c\u0c4d\u0c1e \u0c24\u0c4d\u0c30 \u0c15\u0c4d\u0c37 \u0c36\u0c4d\u0c30 ( ) \u0c03 \u0c0b {bksp}",
  16. "{tab} \u0c14 \u0c10 \u0c06 \u0c08 \u0c0a \u0c2d \u0c19 \u0c18 \u0c27 \u0c1d \u0c22 \u0c1e",
  17. "\u0c13 \u0c0f \u0c05 \u0c07 \u0c09 \u0c2b \u0c31 \u0c16 \u0c25 \u0c1b \u0c20 {enter}",
  18. "{shift} \u0c0e \u0c01 \u0c23 \u0c28 {empty} \u0c33 \u0c36 \u0c37 {empty} / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "{empty} \u0c67 \u0c68 \u0c69 \u0c6a \u0c6b \u0c6c \u0c6d \u0c6e \u0c6f \u0c66 {empty} \u0c44 {bksp}",
  23. "{tab} {empty} \u0c56 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty}",
  24. "{empty} \u0c55 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  25. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ],
  28. "alt-shift" : [
  29. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u0c60 {bksp}",
  30. "{tab} {empty} {empty} {empty} \u0c61 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty}",
  31. "{empty} {empty} {empty} \u0c0c {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  32. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  33. "{accept} {alt} {space} {alt} {cancel}"
  34. ]
  35. };