ms-Vietnamese.js 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /* Vietnamese Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdvntc.html
  3. */
  4. jQuery.keyboard.layouts['ms-Vietnamese'] = {
  5. "name" : "ms-Vietnamese",
  6. "lang" : ["vi"],
  7. "normal" : [
  8. "` \u0103 \u00e2 \u00ea \u00f4 \u0300 \u0309 \u0303 \u0301 \u0323 \u0111 - \u20ab {bksp}",
  9. "{tab} q w e r t y u i o p \u01b0 \u01a1 \u005c",
  10. "a s d f g h j k l ; ' {enter}",
  11. "{shift} \u005c z x c v b n m , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "~ \u0102 \u00c2 \u00ca \u00d4 \u0300 \u0309 \u0303 \u0301 \u0323 \u0110 _ + {bksp}",
  16. "{tab} Q W E R T Y U I O P \u01af \u01a0 |",
  17. "A S D F G H J K L : \u0022 {enter}",
  18. "{shift} | Z X C V B N M < > / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "` 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
  23. "{tab} q w e r t y u i o p [ ] \u005c",
  24. "a s d f g h j k l ; ' {enter}",
  25. "{shift} \u005c z x c v b n m , . {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ],
  28. "alt-shift" : [
  29. "~ ! @ # $ % ^ & * ( ) _ + {bksp}",
  30. "{tab} Q W E R T Y U I O P { } |",
  31. "A S D F G H J K L : \u0022 {enter}",
  32. "{shift} | Z X C V B N M < > {empty} {shift}",
  33. "{accept} {alt} {space} {alt} {cancel}"
  34. ]
  35. };