ms-Sami.js 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* Sami Extended Finland-Sweden Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsmsfi.html
  3. */
  4. jQuery.keyboard.layouts['ms-Sami Extended Finland-Sweden'] = {
  5. "name" : "ms-Sami Extended Finland-Sweden",
  6. "lang" : ["se"],
  7. "normal" : [
  8. "\u00a7 1 2 3 4 5 6 7 8 9 0 + \u00b4 {bksp}",
  9. "{tab} \u00e1 \u0161 e r t \u0167 u i o p \u00e5 \u014b \u0111",
  10. "a s d f g h j k l \u00f6 \u00e4 {enter}",
  11. "{shift} \u017e z \u010d c v b n m , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00bd ! \" # \u00a4 % & / ( ) = ? ` {bksp}",
  16. "{tab} \u00c1 \u0160 E R T \u0166 U I O P \u00c5 \u014a \u0110",
  17. "A S D F G H J K L \u00d6 \u00c4 {enter}",
  18. "{shift} \u017d Z \u010c C V B N M ; : / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "| {empty} @ \u00a3 $ \u20ac {empty} { [ ] } \\ {empty} {bksp}",
  23. "{tab} q w \u20ac {empty} {empty} y {empty} \u00ef \u00f5 {empty} \u00a8 ~ '",
  24. "\u00e2 {empty} {empty} {empty} \u01e7 \u01e5 {empty} \u01e9 {empty} \u00f8 \u00e6 {enter}",
  25. "{shift} \u01ef \u0292 x {empty} {empty} {empty} {empty} \u00b5 < > {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} Q W {empty} {empty} {empty} Y {empty} \u00cf \u00d5 {empty} ^ \u02c7 *",
  31. "\u00c2 {empty} {empty} {empty} \u01e6 \u01e4 {empty} \u01e8 {empty} \u00d8 \u00c6 {enter}",
  32. "{shift} \u01ee \u01b7 X {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  33. "{accept} {alt} {space} {alt} {cancel}"
  34. ]
  35. };
  36. /* Sami Extended Norway Keyboard Layout
  37. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdsmsno.html
  38. */
  39. jQuery.keyboard.layouts['ms-Sami Extended Norway'] = {
  40. "name" : "ms-Sami Extended Norway",
  41. "lang" : ["se"],
  42. "normal" : [
  43. "| 1 2 3 4 5 6 7 8 9 0 + \\ {bksp}",
  44. "{tab} \u00e1 \u0161 e r t \u0167 u i o p \u00e5 \u014b \u0111",
  45. "a s d f g h j k l \u00f8 \u00e6 {enter}",
  46. "{shift} \u017e z \u010d c v b n m , . / {shift}",
  47. "{accept} {alt} {space} {alt} {cancel}"
  48. ],
  49. "shift" : [
  50. "\u00a7 ! \" # \u00a4 % & / ( ) = ? ` {bksp}",
  51. "{tab} \u00c1 \u0160 E R T \u0166 U I O P \u00c5 \u014a \u0110",
  52. "A S D F G H J K L \u00d8 \u00c6 {enter}",
  53. "{shift} \u017d Z \u010c C V B N M ; : / {shift}",
  54. "{accept} {alt} {space} {alt} {cancel}"
  55. ],
  56. "alt" : [
  57. "{empty} {empty} @ \u00a3 $ \u20ac {empty} { [ ] } {empty} \u00b4 {bksp}",
  58. "{tab} q w \u20ac {empty} {empty} y {empty} \u00ef \u00f5 {empty} \u00a8 ~ '",
  59. "\u00e2 {empty} {empty} {empty} \u01e7 \u01e5 {empty} \u01e9 {empty} \u00f6 \u00e4 {enter}",
  60. "{shift} \u01ef \u0292 x {empty} {empty} {empty} {empty} \u00b5 < > {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} Q W {empty} {empty} {empty} Y {empty} \u00cf \u00d5 {empty} ^ \u02c7 *",
  66. "\u00c2 {empty} {empty} {empty} \u01e6 \u01e4 {empty} \u01e8 {empty} \u00d6 \u00c4 {enter}",
  67. "{shift} \u01ee \u01b7 X {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {shift}",
  68. "{accept} {alt} {space} {alt} {cancel}"
  69. ]
  70. };