Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatDeparted2061 committed Feb 7, 2025
1 parent 787043d commit 19d0f55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/simulator/src/hotkey_binder/keyBinding.types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export interface KeyBinding {
custom?: string;
default: string;
}

export interface KeyBindings {
[key: string]: KeyBinding;
}

0 comments on commit 19d0f55

Please sign in to comment.