ms-Latvian.js 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* Latvian Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdlv.html
  3. */
  4. jQuery.keyboard.layouts['ms-Latvian'] = {
  5. "name" : "ms-Latvian",
  6. "lang" : ["lv"],
  7. "normal" : [
  8. "\u00ad 1 2 3 4 5 6 7 8 9 0 - f {bksp}",
  9. "{tab} \u016b g j r m v n z \u0113 \u010d \u017e h \u0137",
  10. "\u0161 u s i l d a t e c \u00b4 {enter}",
  11. "{shift} \u0123 \u0146 b \u012b k p o \u0101 , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "? ! \u00ab \u00bb $ % / & \u00d7 ( ) _ F {bksp}",
  16. "{tab} \u016a G J R M V N Z \u0112 \u010c \u017d H \u0136",
  17. "\u0160 U S I L D A T E C \u00b0 {enter}",
  18. "{shift} \u0122 \u0145 B \u012a K P O \u0100 ; : / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "{empty} \u00ab {empty} {empty} \u20ac \" \u2019 {empty} : {empty} {empty} \u2013 = {bksp}",
  23. "{tab} q \u0123 {empty} \u0157 w y {empty} {empty} {empty} {empty} [ ] {empty}",
  24. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u20ac {empty} \u00b4 {enter}",
  25. "{shift} \\ {empty} x {empty} \u0137 {empty} \u00f5 {empty} < > {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ],
  28. "alt-shift" : [
  29. "{empty} {empty} @ # $ ~ ^ \u00b1 {empty} {empty} {empty} \u2014 ; {bksp}",
  30. "{tab} Q \u0122 {empty} \u0156 W Y {empty} {empty} {empty} {empty} { } {empty}",
  31. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00a8 {enter}",
  32. "{shift} | {empty} X {empty} \u0136 {empty} \u00d5 {empty} {empty} {empty} {empty} {shift}",
  33. "{accept} {alt} {space} {alt} {cancel}"
  34. ]
  35. };
  36. /* Latvian (QWERTY) Keyboard Layout
  37. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdlv1.html
  38. */
  39. jQuery.keyboard.layouts['ms-Latvian (QWERTY)'] = {
  40. "name" : "ms-Latvian (QWERTY)",
  41. "lang" : ["lv"],
  42. "normal" : [
  43. "` 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
  44. "{tab} q w e r t y u i o p [ ] {empty}",
  45. "a s d f g h j k l ; ' {enter}",
  46. "{shift} \\ z x c v b n m , . / {shift}",
  47. "{accept} {alt} {space} {alt} {cancel}"
  48. ],
  49. "shift" : [
  50. "~ ! @ # $ % ^ & * ( ) _ + {bksp}",
  51. "{tab} Q W E R T Y U I O P { } |",
  52. "A S D F G H J K L : \" {enter}",
  53. "{shift} | Z X C V B N M < > / {shift}",
  54. "{accept} {alt} {space} {alt} {cancel}"
  55. ],
  56. "alt" : [
  57. "\u00ad {empty} \u00ab \u00bb \u20ac {empty} \u2019 {empty} {empty} {empty} {empty} \u2013 {empty} {bksp}",
  58. "{tab} {empty} {empty} \u0113 \u0157 {empty} {empty} \u016b \u012b \u00f5 {empty} {empty} {empty} {empty}",
  59. "\u0101 \u0161 {empty} {empty} \u0123 {empty} {empty} \u0137 \u013c {empty} \u00b4 {enter}",
  60. "{shift} {empty} \u017e {empty} \u010d {empty} {empty} \u0146 {empty} {empty} {empty} {empty} {shift}",
  61. "{accept} {alt} {space} {alt} {cancel}"
  62. ],
  63. "alt-shift" : [
  64. "{empty} {empty} {empty} {empty} \u00a7 \u00b0 {empty} \u00b1 \u00d7 {empty} {empty} \u2014 {empty} {bksp}",
  65. "{tab} {empty} {empty} \u0112 \u0156 {empty} {empty} \u016a \u012a \u00d5 {empty} {empty} {empty} {empty}",
  66. "\u0100 \u0160 {empty} {empty} \u0122 {empty} {empty} \u0136 \u013b {empty} \u00a8 {enter}",
  67. "{shift} {empty} \u017d {empty} \u010c {empty} {empty} \u0145 {empty} {empty} {empty} {empty} {shift}",
  68. "{accept} {alt} {space} {alt} {cancel}"
  69. ]
  70. };