ms-Luxembourgish.js 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* Luxembourgish Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsf.html
  3. */
  4. jQuery.keyboard.layouts['ms-Luxembourgish'] = {
  5. "name" : "ms-Luxembourgish",
  6. "lang" : ["lb"],
  7. "normal" : [
  8. "\u00a7 1 2 3 4 5 6 7 8 9 0 ' ^ {bksp}",
  9. "{tab} q w e r t z u i o p \u00e8 \u00a8 $",
  10. "a s d f g h j k l \u00e9 \u00e0 {enter}",
  11. "{shift} < y x c v b n m , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00b0 + \" * \u00e7 % & / ( ) = ? ` {bksp}",
  16. "{tab} Q W E R T Z U I O P \u00fc ! \u00a3",
  17. "A S D F G H J K L \u00f6 \u00e4 {enter}",
  18. "{shift} > Y X C V B N M ; : / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "{empty} \u00a6 @ # \u00b0 \u00a7 \u00ac | \u00a2 {empty} {empty} \u00b4 ~ {bksp}",
  23. "{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ] }",
  24. "{empty} {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. };