mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
undo / redo - suggested keymapping
This commit is contained in:
parent
15aff21609
commit
4231231f0e
@ -66,7 +66,7 @@ export const KEYMAPPINGS = {
|
||||
item_producer: { keyCode: key("L") },
|
||||
|
||||
// Secondary toolbar
|
||||
storage: { keyCode: key("Y") },
|
||||
storage: { keyCode: key("Y"), ctrl: false },
|
||||
reader: { keyCode: key("U") },
|
||||
lever: { keyCode: key("I") },
|
||||
filter: { keyCode: key("O") },
|
||||
@ -98,7 +98,7 @@ export const KEYMAPPINGS = {
|
||||
copyWireValue: { keyCode: key("Z") },
|
||||
|
||||
undo: { keyCode: key("Z"), ctrl: true, shift: false },
|
||||
redo: { keyCode: key("Z"), ctrl: true, shift: true },
|
||||
redo: { keyCode: key("Y"), ctrl: true, shift: false },
|
||||
},
|
||||
|
||||
massSelect: {
|
||||
|
Loading…
Reference in New Issue
Block a user