ms-United-Kingdom.js 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* United Kingdom Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbduk.html
  3. */
  4. jQuery.keyboard.layouts['ms-United Kingdom'] = {
  5. "name" : "ms-United Kingdom",
  6. "lang" : ["en-uk"],
  7. "normal" : [
  8. "` 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
  9. "{tab} q w e r t y u i o p [ ] #",
  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. "\u00ac ! \u0022 \u00a3 $ % ^ & * ( ) _ + {bksp}",
  16. "{tab} Q W E R T Y U I O P { } ~",
  17. "A S D F G H J K L : @ {enter}",
  18. "{shift} | Z X C V B N M < > / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "\u00a6 {empty} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {bksp}",
  23. "{tab} {empty} {empty} \u00e9 {empty} {empty} {empty} \u00fa \u00ed \u00f3 {empty} {empty} {empty} {empty}",
  24. "\u00e1 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  25. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ],
  28. "alt-shift" : [
  29. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {bksp}",
  30. "{tab} {empty} {empty} \u00c9 {empty} {empty} {empty} \u00da \u00cd \u00d3 {empty} {empty} {empty} {empty}",
  31. "\u00c1 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {enter}",
  32. "{shift} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  33. "{accept} {alt} {space} {alt} {cancel}"
  34. ]
  35. };
  36. /* United Kingdom Extended Keyboard Layout
  37. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdukx.html
  38. */
  39. jQuery.keyboard.layouts['ms-United Kingdom Extended'] = {
  40. "name" : "ms-United Kingdom Extended",
  41. "lang" : ["en-uk"],
  42. "normal" : [
  43. "` 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
  44. "{tab} q w e r t y u i o p [ ] #",
  45. "a s d f g h j k l ; ' {enter}",
  46. "{shift} \u005c z x c v b n m , . / {shift}",
  47. "{accept} {alt} {space} {alt} {cancel}"
  48. ],
  49. "shift" : [
  50. "\u00ac ! \u0022 \u00a3 $ % ^ & * ( ) _ + {bksp}",
  51. "{tab} Q W E R T Y U I O P { } ~",
  52. "A S D F G H J K L : @ {enter}",
  53. "{shift} | Z X C V B N M < > / {shift}",
  54. "{accept} {alt} {space} {alt} {cancel}"
  55. ],
  56. "alt" : [
  57. "\u00a6 {empty} \u00a8 {empty} \u20ac {empty} ^ {empty} {empty} {empty} {empty} {empty} {empty} {bksp}",
  58. "{tab} {empty} \u1e83 \u00e9 {empty} {empty} \u00fd \u00fa \u00ed \u00f3 {empty} {empty} {empty} ~",
  59. "\u00e1 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00b4 {enter}",
  60. "{shift} {empty} {empty} {empty} \u00e7 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  61. "{accept} {alt} {space} {alt} {cancel}"
  62. ],
  63. "alt-shift" : [
  64. "{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {bksp}",
  65. "{tab} {empty} \u1e82 \u00c9 {empty} {empty} \u00dd \u00da \u00cd \u00d3 {empty} {empty} {empty} {empty}",
  66. "\u00c1 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} ` {enter}",
  67. "{shift} {empty} {empty} {empty} \u00c7 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  68. "{accept} {alt} {space} {alt} {cancel}"
  69. ]
  70. };