When I'm done with moving and rotating gameObjects in a Unity scene, I want to deselect everything to not accidentally change it. How?
In some applications ESC key does the trick, in others 'D' (deselect) comes to rescue. But I don't know any remedy in Unity. My workaround is that I click somewhere in the Project View (I don't like this approach because it brings up the inspector for that asset).