Commit d05a9af
fix: add Alt modifier to inspect hotkey default to avoid browser conflicts (#357)
* fix: add Alt modifier to inspect hotkey default to avoid browser conflicts
The previous default (Shift + CtrlOrMeta) overlaps with browser shortcuts
for opening links in new tabs (Ctrl/Cmd + Shift + Click in Chrome, Edge,
Safari). Adding Alt/Option as a third modifier avoids all known OS, browser,
and common web app shortcut collisions.
* chore: add changeset for inspect hotkey default change
* ci: apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent 16d96c7 commit d05a9af
File tree
2 files changed
+7
-2
lines changed- .changeset
- packages/devtools/src/context
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments