keymap-inspector 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -701,42 +701,42 @@
701
701
  '0': { key: '0', code: 'Digit0', keyCode: 48 },
702
702
  '-': { key: '-', code: 'Minus', keyCode: 189 },
703
703
  '=': { key: '=', code: 'Equal', keyCode: 187 },
704
- // Второй ряд (иврит - справа налево, но клавиши в том же порядке)
705
- '/': { key: '/', code: 'KeyQ', keyCode: 81 }, // ק на Q
706
- "'": { key: "'", code: 'KeyW', keyCode: 87 }, // ר на W
707
- 'ק': { key: 'ק', code: 'KeyE', keyCode: 69 }, // א на E
708
- 'ר': { key: 'ר', code: 'KeyR', keyCode: 82 }, // ט на R
709
- 'א': { key: 'א', code: 'KeyT', keyCode: 84 }, // ו на T
710
- 'ט': { key: 'ט', code: 'KeyY', keyCode: 89 }, // ן на Y
711
- 'ו': { key: 'ו', code: 'KeyU', keyCode: 85 }, // ם на U
712
- 'ן': { key: 'ן', code: 'KeyI', keyCode: 73 }, // פ на I
713
- 'ם': { key: 'ם', code: 'KeyO', keyCode: 79 }, // ף на O
714
- 'פ': { key: 'פ', code: 'KeyP', keyCode: 80 }, // פ на P
704
+ // Второй ряд (QWERTYUIOP)
705
+ '/': { key: '/', code: 'KeyQ', keyCode: 81 }, // / на Q
706
+ "'": { key: "'", code: 'KeyW', keyCode: 87 }, // ' на W
707
+ 'ק': { key: 'ק', code: 'KeyE', keyCode: 69 }, // ק (Qof) на E
708
+ 'ר': { key: 'ר', code: 'KeyR', keyCode: 82 }, // ר (Resh) на R
709
+ 'א': { key: 'א', code: 'KeyT', keyCode: 84 }, // א (Alef) на T
710
+ 'ט': { key: 'ט', code: 'KeyY', keyCode: 89 }, // ט (Tet) на Y
711
+ 'ו': { key: 'ו', code: 'KeyU', keyCode: 85 }, // ו (Vav) на U
712
+ 'ן': { key: 'ן', code: 'KeyI', keyCode: 73 }, // ן (final Nun) на I
713
+ 'ם': { key: 'ם', code: 'KeyO', keyCode: 79 }, // ם (final Mem) на O
714
+ 'פ': { key: 'פ', code: 'KeyP', keyCode: 80 }, // פ (Pe) на P
715
715
  ']': { key: ']', code: 'BracketLeft', keyCode: 219 },
716
716
  '[': { key: '[', code: 'BracketRight', keyCode: 221 },
717
- // Третий ряд
718
- 'ש': { key: 'ש', code: 'KeyA', keyCode: 65 }, // ש на A
719
- 'ד': { key: 'ד', code: 'KeyS', keyCode: 83 }, // ד на S
720
- 'ג': { key: 'ג', code: 'KeyD', keyCode: 68 }, // ג на D
721
- 'כ': { key: 'כ', code: 'KeyF', keyCode: 70 }, // כ на F
722
- 'ע': { key: 'ע', code: 'KeyG', keyCode: 71 }, // ע на G
723
- 'י': { key: 'י', code: 'KeyH', keyCode: 72 }, // י на H
724
- 'ח': { key: 'ח', code: 'KeyJ', keyCode: 74 }, // ח на J
725
- 'ל': { key: 'ל', code: 'KeyK', keyCode: 75 }, // ל на K
726
- 'ך': { key: 'ך', code: 'KeyL', keyCode: 76 }, // ך на L
727
- 'ף': { key: 'ף', code: 'Semicolon', keyCode: 186 }, // ף на ;
717
+ // Третий ряд (ASDFGHJKL)
718
+ 'ש': { key: 'ש', code: 'KeyA', keyCode: 65 }, // ש (Shin) на A
719
+ 'ד': { key: 'ד', code: 'KeyS', keyCode: 83 }, // ד (Dalet) на S
720
+ 'ג': { key: 'ג', code: 'KeyD', keyCode: 68 }, // ג (Gimel) на D
721
+ 'כ': { key: 'כ', code: 'KeyF', keyCode: 70 }, // כ (Kaf) на F
722
+ 'ע': { key: 'ע', code: 'KeyG', keyCode: 71 }, // ע (Ayin) на G
723
+ 'י': { key: 'י', code: 'KeyH', keyCode: 72 }, // י (Yod) на H
724
+ 'ח': { key: 'ח', code: 'KeyJ', keyCode: 74 }, // ח (Het) на J
725
+ 'ל': { key: 'ל', code: 'KeyK', keyCode: 75 }, // ל (Lamed) на K
726
+ 'ך': { key: 'ך', code: 'KeyL', keyCode: 76 }, // ך (final Kaf) на L
727
+ 'ף': { key: 'ף', code: 'Semicolon', keyCode: 186 }, // ף (final Pe) на ;
728
728
  ',': { key: ',', code: 'Quote', keyCode: 222 },
729
729
  '\\': { key: '\\', code: 'Backslash', keyCode: 220 },
730
- // Четвертый ряд
731
- 'ז': { key: 'ז', code: 'KeyZ', keyCode: 90 }, // ז на Z
732
- 'ס': { key: 'ס', code: 'KeyX', keyCode: 88 }, // ס на X
733
- 'ב': { key: 'ב', code: 'KeyC', keyCode: 67 }, // ב на C
734
- 'ה': { key: 'ה', code: 'KeyV', keyCode: 86 }, // ה на V
735
- 'נ': { key: 'נ', code: 'KeyB', keyCode: 66 }, // נ на B
736
- 'מ': { key: 'מ', code: 'KeyN', keyCode: 78 }, // מ на N
737
- 'צ': { key: 'צ', code: 'KeyM', keyCode: 77 }, // צ на M
738
- 'ת': { key: 'ת', code: 'Comma', keyCode: 188 }, // ת на ,
739
- 'ץ': { key: 'ץ', code: 'Period', keyCode: 190 }, // ץ на .
730
+ // Четвертый ряд (ZXCVBNM)
731
+ 'ז': { key: 'ז', code: 'KeyZ', keyCode: 90 }, // ז (Zayin) на Z
732
+ 'ס': { key: 'ס', code: 'KeyX', keyCode: 88 }, // ס (Samekh) на X
733
+ 'ב': { key: 'ב', code: 'KeyC', keyCode: 67 }, // ב (Bet) на C
734
+ 'ה': { key: 'ה', code: 'KeyV', keyCode: 86 }, // ה (He) на V
735
+ 'נ': { key: 'נ', code: 'KeyB', keyCode: 66 }, // נ (Nun) на B
736
+ 'מ': { key: 'מ', code: 'KeyN', keyCode: 78 }, // מ (Mem) на N
737
+ 'צ': { key: 'צ', code: 'KeyM', keyCode: 77 }, // צ (Tsadi) на M
738
+ 'ת': { key: 'ת', code: 'Comma', keyCode: 188 }, // ת (Tav) на ,
739
+ 'ץ': { key: 'ץ', code: 'Period', keyCode: 190 }, // ץ (final Tsadi) на .
740
740
  '.': { key: '.', code: 'Slash', keyCode: 191 },
741
741
  // Символы с Shift (английские символы при нажатии Shift)
742
742
  '!': { key: '!', code: 'Digit1', keyCode: 49, shiftKey: true },