ms-German.js 2.2 KB

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