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.
@@ -15,42 +15,42 @@ exports.he = {
15
15
  '0': { key: '0', code: 'Digit0', keyCode: 48 },
16
16
  '-': { key: '-', code: 'Minus', keyCode: 189 },
17
17
  '=': { key: '=', code: 'Equal', keyCode: 187 },
18
- // Второй ряд (иврит - справа налево, но клавиши в том же порядке)
19
- '/': { key: '/', code: 'KeyQ', keyCode: 81 }, // ק на Q
20
- "'": { key: "'", code: 'KeyW', keyCode: 87 }, // ר на W
21
- 'ק': { key: 'ק', code: 'KeyE', keyCode: 69 }, // א на E
22
- 'ר': { key: 'ר', code: 'KeyR', keyCode: 82 }, // ט на R
23
- 'א': { key: 'א', code: 'KeyT', keyCode: 84 }, // ו на T
24
- 'ט': { key: 'ט', code: 'KeyY', keyCode: 89 }, // ן на Y
25
- 'ו': { key: 'ו', code: 'KeyU', keyCode: 85 }, // ם на U
26
- 'ן': { key: 'ן', code: 'KeyI', keyCode: 73 }, // פ на I
27
- 'ם': { key: 'ם', code: 'KeyO', keyCode: 79 }, // ף на O
28
- 'פ': { key: 'פ', code: 'KeyP', keyCode: 80 }, // פ на P
18
+ // Второй ряд (QWERTYUIOP)
19
+ '/': { key: '/', code: 'KeyQ', keyCode: 81 }, // / на Q
20
+ "'": { key: "'", code: 'KeyW', keyCode: 87 }, // ' на W
21
+ 'ק': { key: 'ק', code: 'KeyE', keyCode: 69 }, // ק (Qof) на E
22
+ 'ר': { key: 'ר', code: 'KeyR', keyCode: 82 }, // ר (Resh) на R
23
+ 'א': { key: 'א', code: 'KeyT', keyCode: 84 }, // א (Alef) на T
24
+ 'ט': { key: 'ט', code: 'KeyY', keyCode: 89 }, // ט (Tet) на Y
25
+ 'ו': { key: 'ו', code: 'KeyU', keyCode: 85 }, // ו (Vav) на U
26
+ 'ן': { key: 'ן', code: 'KeyI', keyCode: 73 }, // ן (final Nun) на I
27
+ 'ם': { key: 'ם', code: 'KeyO', keyCode: 79 }, // ם (final Mem) на O
28
+ 'פ': { key: 'פ', code: 'KeyP', keyCode: 80 }, // פ (Pe) на P
29
29
  ']': { key: ']', code: 'BracketLeft', keyCode: 219 },
30
30
  '[': { key: '[', code: 'BracketRight', keyCode: 221 },
31
- // Третий ряд
32
- 'ש': { key: 'ש', code: 'KeyA', keyCode: 65 }, // ש на A
33
- 'ד': { key: 'ד', code: 'KeyS', keyCode: 83 }, // ד на S
34
- 'ג': { key: 'ג', code: 'KeyD', keyCode: 68 }, // ג на D
35
- 'כ': { key: 'כ', code: 'KeyF', keyCode: 70 }, // כ на F
36
- 'ע': { key: 'ע', code: 'KeyG', keyCode: 71 }, // ע на G
37
- 'י': { key: 'י', code: 'KeyH', keyCode: 72 }, // י на H
38
- 'ח': { key: 'ח', code: 'KeyJ', keyCode: 74 }, // ח на J
39
- 'ל': { key: 'ל', code: 'KeyK', keyCode: 75 }, // ל на K
40
- 'ך': { key: 'ך', code: 'KeyL', keyCode: 76 }, // ך на L
41
- 'ף': { key: 'ף', code: 'Semicolon', keyCode: 186 }, // ף на ;
31
+ // Третий ряд (ASDFGHJKL)
32
+ 'ש': { key: 'ש', code: 'KeyA', keyCode: 65 }, // ש (Shin) на A
33
+ 'ד': { key: 'ד', code: 'KeyS', keyCode: 83 }, // ד (Dalet) на S
34
+ 'ג': { key: 'ג', code: 'KeyD', keyCode: 68 }, // ג (Gimel) на D
35
+ 'כ': { key: 'כ', code: 'KeyF', keyCode: 70 }, // כ (Kaf) на F
36
+ 'ע': { key: 'ע', code: 'KeyG', keyCode: 71 }, // ע (Ayin) на G
37
+ 'י': { key: 'י', code: 'KeyH', keyCode: 72 }, // י (Yod) на H
38
+ 'ח': { key: 'ח', code: 'KeyJ', keyCode: 74 }, // ח (Het) на J
39
+ 'ל': { key: 'ל', code: 'KeyK', keyCode: 75 }, // ל (Lamed) на K
40
+ 'ך': { key: 'ך', code: 'KeyL', keyCode: 76 }, // ך (final Kaf) на L
41
+ 'ף': { key: 'ף', code: 'Semicolon', keyCode: 186 }, // ף (final Pe) на ;
42
42
  ',': { key: ',', code: 'Quote', keyCode: 222 },
43
43
  '\\': { key: '\\', code: 'Backslash', keyCode: 220 },
44
- // Четвертый ряд
45
- 'ז': { key: 'ז', code: 'KeyZ', keyCode: 90 }, // ז на Z
46
- 'ס': { key: 'ס', code: 'KeyX', keyCode: 88 }, // ס на X
47
- 'ב': { key: 'ב', code: 'KeyC', keyCode: 67 }, // ב на C
48
- 'ה': { key: 'ה', code: 'KeyV', keyCode: 86 }, // ה на V
49
- 'נ': { key: 'נ', code: 'KeyB', keyCode: 66 }, // נ на B
50
- 'מ': { key: 'מ', code: 'KeyN', keyCode: 78 }, // מ на N
51
- 'צ': { key: 'צ', code: 'KeyM', keyCode: 77 }, // צ на M
52
- 'ת': { key: 'ת', code: 'Comma', keyCode: 188 }, // ת на ,
53
- 'ץ': { key: 'ץ', code: 'Period', keyCode: 190 }, // ץ на .
44
+ // Четвертый ряд (ZXCVBNM)
45
+ 'ז': { key: 'ז', code: 'KeyZ', keyCode: 90 }, // ז (Zayin) на Z
46
+ 'ס': { key: 'ס', code: 'KeyX', keyCode: 88 }, // ס (Samekh) на X
47
+ 'ב': { key: 'ב', code: 'KeyC', keyCode: 67 }, // ב (Bet) на C
48
+ 'ה': { key: 'ה', code: 'KeyV', keyCode: 86 }, // ה (He) на V
49
+ 'נ': { key: 'נ', code: 'KeyB', keyCode: 66 }, // נ (Nun) на B
50
+ 'מ': { key: 'מ', code: 'KeyN', keyCode: 78 }, // מ (Mem) на N
51
+ 'צ': { key: 'צ', code: 'KeyM', keyCode: 77 }, // צ (Tsadi) на M
52
+ 'ת': { key: 'ת', code: 'Comma', keyCode: 188 }, // ת (Tav) на ,
53
+ 'ץ': { key: 'ץ', code: 'Period', keyCode: 190 }, // ץ (final Tsadi) на .
54
54
  '.': { key: '.', code: 'Slash', keyCode: 191 },
55
55
  // Символы с Shift (английские символы при нажатии Shift)
56
56
  '!': { key: '!', code: 'Digit1', keyCode: 49, shiftKey: true },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "keymap-inspector",
3
- "version": "0.1.4",
4
- "description": "Inspect keyboard events and characters across different layouts.",
3
+ "version": "0.2.0",
4
+ "description": "Inspect keyboard events and characters across different layouts. Support: https://buymeacoffee.com/moosebro",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/keymap-inspector.esm.js",
7
7
  "browser": "dist/keymap-inspector.umd.js",