public void TurnOnCustomHandling() { foreach (var command in _activeCommands) { _controller.AddKeyCommand(command); } }