Skip to content

Commit 9aa4199

Browse files
committed
Better keyboard shortcut keys
1 parent 8ceb8d3 commit 9aa4199

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/metrics/ModelsFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { tablerIcons } from "~/utils/tablerIcons";
1616
import tablerSpritePath from "~/components/primitives/tabler-sprite.svg";
1717
import { AnthropicLogoIcon } from "~/assets/icons/AnthropicLogoIcon";
1818

19-
const shortcut = { key: "l" };
19+
const shortcut = { key: "m" };
2020

2121
export type ModelOption = {
2222
model: string;

apps/webapp/app/components/metrics/OperationsFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { useSearchParams } from "~/hooks/useSearchParam";
1414
import { appliedSummary, FilterMenuProvider } from "~/components/runs/v3/SharedFilters";
1515

16-
const shortcut = { key: "n" };
16+
const shortcut = { key: "o" };
1717

1818
interface OperationsFilterProps {
1919
possibleOperations: string[];

0 commit comments

Comments
 (0)