; ; keybindings specific to the placer editor ; keybinding { key q toEditor TEditor_Placer bind { editorPlacer brushCycle -1 } } keybinding { key w toEditor TEditor_Placer bind { editorPlacer brushCycle 1 } } keybinding { key a toEditor TEditor_Placer bind { editorPlacer teamCycle -1 } } keybinding { key s toEditor TEditor_Placer bind { editorPlacer teamCycle 1 } } keybinding { key 1 toEditor TEditor_Placer bind { editorPlacer toggleCheckBox RandomYRot } } keybinding { key 2 toEditor TEditor_Placer bind { editorPlacer toggleCheckBox XZRotToTerrain } } keybinding { key 3 toEditor TEditor_Placer bind { editorPlacer toggleCheckBox PlaceToRootOnly } }