|
@@ -10,7 +10,7 @@ export class TLMoveTool<
|
|
|
R extends TLApp<S, K> = TLApp<S, K>
|
|
R extends TLApp<S, K> = TLApp<S, K>
|
|
|
> extends TLTool<S, K, R> {
|
|
> extends TLTool<S, K, R> {
|
|
|
static id = 'move'
|
|
static id = 'move'
|
|
|
- static shortcut = ['2']
|
|
|
|
|
|
|
+ static shortcut = ['9']
|
|
|
|
|
|
|
|
static states = [IdleState, IdleHoldState, PanningState, PinchingState]
|
|
static states = [IdleState, IdleHoldState, PanningState, PinchingState]
|
|
|
|
|
|