ms-Belgian.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* Belgian (Comma) Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdbene.html
  3. */
  4. jQuery.keyboard.layouts['ms-Belgian (Comma)'] = {
  5. "name" : "ms-Belgian (Comma)",
  6. "lang" : ["nl", "fr", "de"],
  7. "normal" : [
  8. "\u00b2 & \u00e9 \" ' ( \u00a7 \u00e8 ! \u00e7 \u00e0 ) - {bksp}",
  9. "{tab} a z e r t y u i o p ^ $ \u00b5",
  10. "q s d f g h j k l m \u00f9 {enter}",
  11. "{shift} < w x c v b n , ; : / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00b3 1 2 3 4 5 6 7 8 9 0 \u00b0 _ {bksp}",
  16. "{tab} A Z E R T Y U I O P \u00a8 * \u00a3",
  17. "Q S D F G H J K L M % {enter}",
  18. "{shift} > W X C V B N ? . / / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "{empty} | @ # { [ ^ {empty} {empty} { } {empty} {empty} {bksp}",
  23. "{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ] {empty}",
  24. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00b4 {enter}",
  25. "{shift} \\ {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ]
  28. };
  29. /* Belgian French Keyboard Layout
  30. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdbe.html
  31. */
  32. jQuery.keyboard.layouts['ms-Belgian French'] = {
  33. "name" : "ms-Belgian French",
  34. "lang" : ["nl-fr", "fr"],
  35. "normal" : [
  36. "\u00b2 & \u00e9 \" ' ( \u00a7 \u00e8 ! \u00e7 \u00e0 ) - {bksp}",
  37. "{tab} a z e r t y u i o p ^ $ \u00b5",
  38. "q s d f g h j k l m \u00f9 {enter}",
  39. "{shift} < w x c v b n , ; : / {shift}",
  40. "{accept} {alt} {space} {alt} {cancel}"
  41. ],
  42. "shift" : [
  43. "\u00b3 1 2 3 4 5 6 7 8 9 0 \u00b0 _ {bksp}",
  44. "{tab} A Z E R T Y U I O P \u00a8 * \u00a3",
  45. "Q S D F G H J K L M % {enter}",
  46. "{shift} > W X C V B N ? . / / {shift}",
  47. "{accept} {alt} {space} {alt} {cancel}"
  48. ],
  49. "alt" : [
  50. "{empty} | @ # { [ ^ {empty} {empty} { } {empty} {empty} {bksp}",
  51. "{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} [ ] {empty}",
  52. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00b4 {enter}",
  53. "{shift} \\ {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  54. "{accept} {alt} {space} {alt} {cancel}"
  55. ]
  56. };