Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatDeparted2061 committed Feb 3, 2025
1 parent 3a71291 commit 47b8fc3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/simulator/src/hotkey_binder/model/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,7 @@ import {
import { getOS } from './utils'
import { shortcut } from './shortcuts.plugin'

interface KeyMap {
[key: string]: string
}

interface SimulationArea {
lastSelected?: {
newDirection: (direction: string) => void
labelDirection: string
labelDirectionFixed?: boolean
x: number
y: number
helplink?: string
}
}
import { KeyMap } from './modelInterfaces'

type DirectionType = 'up' | 'down' | 'left' | 'right'

Expand Down

0 comments on commit 47b8fc3

Please sign in to comment.