ms-Dutch.js 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* Dutch Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdne.html
  3. */
  4. jQuery.keyboard.layouts['ms-Dutch'] = {
  5. "name" : "ms-Dutch",
  6. "lang" : ["nl"],
  7. "normal" : [
  8. "@ 1 2 3 4 5 6 7 8 9 0 / \u00B0 {bksp}",
  9. "{tab} q w e r t y u i o p \u00A8 * {enter}",
  10. "a s d f g h j k l + \u00B4 < ",
  11. "{shift} ] z x c v b n m , . - {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00A7 ! \" # $ % & _ ( ) ' ? ~ {bksp}",
  16. "{tab} Q W E R T Y U I O P ^ | {enter}",
  17. "A S D F G H J K L \u00B1 ` > ",
  18. "{shift} [ Z X C V B N M ; : = {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "\u00AC \u00B9 \u00B2 \u00B3 \u00BC \u00BD \u00BE \u00A3 { } {empty} \\ \u00B8 {bksp}",
  23. "{tab} {empty} {empty} \u20AC \u00B6 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  24. "{empty} \u00DF {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} ",
  25. "{shift} \u00A6 \u00AB \u00BB \u00A2 {empty} {empty} {empty} \u00B5 {empty} \u00B7 {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ]
  28. };