ms-Slovenian.js 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* Slovenian Keyboard Layout
  2. * generated from http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdcr.html
  3. */
  4. jQuery.keyboard.layouts['ms-Slovenian'] = {
  5. "name" : "ms-Slovenian",
  6. "lang" : ["sl"],
  7. "normal" : [
  8. "\u00b8 1 2 3 4 5 6 7 8 9 0 ' + {bksp}",
  9. "{tab} q w e r t z u i o p \u0161 \u0111 \u017e",
  10. "a s d f g h j k l \u010d \u0107 {enter}",
  11. "{shift} < y x c v b n m , . / {shift}",
  12. "{accept} {alt} {space} {alt} {cancel}"
  13. ],
  14. "shift" : [
  15. "\u00a8 ! \" # $ % & / ( ) = ? * {bksp}",
  16. "{tab} Q W E R T Z U I O P \u0160 \u0110 \u017d",
  17. "A S D F G H J K L \u010c \u0106 {enter}",
  18. "{shift} > Y X C V B N M ; : / {shift}",
  19. "{accept} {alt} {space} {alt} {cancel}"
  20. ],
  21. "alt" : [
  22. "{empty} ~ \u02c7 ^ \u02d8 \u00b0 \u02db ` \u02d9 \u00b4 \u02dd \u00a8 \u00b8 {bksp}",
  23. "{tab} \\ | \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00f7 \u00d7 \u00a4",
  24. "{empty} {empty} {empty} [ ] {empty} {empty} \u0142 \u0141 {empty} \u00df {enter}",
  25. "{shift} {empty} {empty} {empty} {empty} @ { } \u00a7 < > {empty} {shift}",
  26. "{accept} {alt} {space} {alt} {cancel}"
  27. ]
  28. };