1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-06 09:34:05 +00:00

Remove unused keybindings

This commit is contained in:
tobspr 2020-06-21 20:17:03 +02:00
parent 0cf47d139b
commit d1fe231bcb

View File

@ -78,7 +78,6 @@ export const KEYMAPPINGS = {
placementDisableAutoOrientation: { keyCode: 17 }, // CTRL
placeMultiple: { keyCode: 16 }, // SHIFT
placeInverse: { keyCode: 18 }, // ALT
cycleInverse: { keyCode: 16 }, // SHIFT
},
};