Skip to content

Commit

Permalink
とりあえずキーマップ (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm authored Oct 6, 2024
1 parent 303b1d2 commit 452eacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/organisms/OrderItemEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { ItemEntity } from "~/models/item";
import type { OrderEntity } from "~/models/order";
import { ItemAssign } from "./ItemAssign";

const keys = ["a", "s", "d", "f", "g", "h", "j", "k", "l", ";"];
const keys = ["q", "d", "c", "w", "a", "v", "e", "s", "z", "x"];

type props = {
order: OrderEntity;
Expand Down

0 comments on commit 452eacb

Please sign in to comment.