Commit e427cae
committed
fix: Enable macOS Cmd+Ctrl hotkey combinations
- Separate Super (Command) and Control modifiers on macOS
- Maintain cross-platform compatibility with CommandOrControl
- Add validation for library requirement (non-modifier key needed)
- Add comprehensive test suite for keyboard normalization
- Update display formatting with proper macOS symbols (⌘/⌃)
Fixes the issue where macOS users couldn't set Cmd+Alt+Ctrl combinations
due to both metaKey and ctrlKey mapping to the same CommandOrControl string.1 parent c7b52da commit e427cae
File tree
9 files changed
+222
-757
lines changed- .claude
- docs
- src-tauri/src/commands
- src
- components
- lib
9 files changed
+222
-757
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 19 | + | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
76 | 69 | | |
77 | 70 | | |
78 | 71 | | |
79 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
This file was deleted.
0 commit comments