Fixes conflicting shortcut keys (#2420)

This commit is contained in:
James Ritchie
2025-08-19 15:38:53 +01:00
committed by GitHub
parent 32e3fab5ea
commit 0261ccbc68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function ShortcutContent() {
<ShortcutKey shortcut={{ key: "d" }} variant="medium/bright" />
</Shortcut>
<Shortcut name="Context">
<ShortcutKey shortcut={{ key: "c" }} variant="medium/bright" />
<ShortcutKey shortcut={{ key: "x" }} variant="medium/bright" />
</Shortcut>
<Shortcut name="Metadata">
<ShortcutKey shortcut={{ key: "m" }} variant="medium/bright" />
@@ -381,7 +381,7 @@ function RunBody({
onClick={() => {
replace({ tab: "context" });
}}
shortcut={{ key: "c" }}
shortcut={{ key: "x" }}
>
Context
</TabButton>