ms-Gujarati.js 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* Gujarati Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdinguj.html
  3. */
  4. jQuery.keyboard.layouts['ms-Gujarati'] = {
  5. "name" : "ms-Gujarati",
  6. "lang" : ["gu"],
  7. "normal" : [
  8. "{empty} 1 2 3 4 5 6 7 8 9 0 - \u0ac3 {bksp}",
  9. "{tab} \u0acc \u0ac8 \u0abe \u0ac0 \u0ac2 \u0aac \u0ab9 \u0a97 \u0aa6 \u0a9c \u0aa1 \u0abc \u0ac9",
  10. "\u0acb \u0ac7 \u0acd \u0abf \u0ac1 \u0aaa \u0ab0 \u0a95 \u0aa4 \u0a9a \u0a9f {enter}",
  11. "{shift} \u0a82 \u0aae \u0aa8 \u0ab5 \u0ab2 \u0ab8 , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "{empty} \u0a8d \u0ac5 \u0acd\u0ab0 \u0ab0\u0acd \u0a9c\u0acd\u0a9e \u0aa4\u0acd\u0ab0 \u0a95\u0acd\u0ab7 \u0ab6\u0acd\u0ab0 ( ) \u0a83 \u0a8b {bksp}",
  16. "{tab} \u0a94 \u0a90 \u0a86 \u0a88 \u0a8a \u0aad \u0a99 \u0a98 \u0aa7 \u0a9d \u0aa2 \u0a9e \u0a91",
  17. "\u0a93 \u0a8f \u0a85 \u0a87 \u0a89 \u0aab {empty} \u0a96 \u0aa5 \u0a9b \u0aa0 {enter}",
  18. "{shift} \u0a81 \u0aa3 {empty} {empty} \u0ab3 \u0ab6 \u0ab7 \u0964 / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "{empty} \u0ae7 \u0ae8 \u0ae9 \u0aea \u0aeb \u0aec \u0aed \u0aee \u0aef \u0ae6 {empty} \u0ac4 {bksp}",
  23. "{tab} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty}",
  24. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  25. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u0965 {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} \u0ae0 {bksp}",
  30. "{tab} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty}",
  31. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  32. "{shift} \u0ad0 {empty} {empty} {empty} {empty} {empty} {empty} \u0abd {empty} {shift}",
  33. "{accept} {alt} {space} {alt} {cancel}"
  34. ]
  35. };
  36. // Keyboard Language
  37. // please update this section to match this language and email me with corrections!
  38. // gu = ISO 639-1 code for Gujarati
  39. // ***********************
  40. jQuery.keyboard.language.gu = {
  41. display : {
  42. 'a' : '\u2714:Accept (Shift+Enter)', // check mark - same action as accept
  43. 'accept' : 'Accept:Accept (Shift+Enter)',
  44. 'alt' : 'AltGr:Alternate Graphemes',
  45. 'b' : '\u2190:Backspace', // Left arrow (same as ←)
  46. 'bksp' : 'Bksp:Backspace',
  47. 'c' : '\u2716:Cancel (Esc)', // big X, close - same action as cancel
  48. 'cancel' : 'Cancel:Cancel (Esc)',
  49. 'clear' : 'C:Clear', // clear num pad
  50. 'combo' : '\u00f6:Toggle Combo Keys',
  51. 'dec' : '.:Decimal', // decimal point for num pad (optional), change '.' to ',' for European format
  52. 'e' : '\u21b5:Enter', // down, then left arrow - enter symbol
  53. 'enter' : 'Enter:Enter',
  54. 'lock' : '\u21ea Lock:Caps Lock', // caps lock
  55. 's' : '\u21e7:Shift', // thick hollow up arrow
  56. 'shift' : 'Shift:Shift',
  57. 'sign' : '\u00b1:Change Sign', // +/- sign for num pad
  58. 'space' : ' :Space',
  59. 't' : '\u21e5:Tab', // right arrow to bar (used since this virtual keyboard works with one directional tabs)
  60. 'tab' : '\u21e5 Tab:Tab' // \u21b9 is the true tab symbol (left & right arrows)
  61. },
  62. // Message added to the key title while hovering, if the mousewheel plugin exists
  63. wheelMessage : 'Use mousewheel to see other keys',
  64. };