I have never come across such a cheat sheet, as such I kind of doubt that there exists one that has been shared.
The one you linked to is also for PySFML and not the official C++ SFML.
SFML's API is relatively big, as such it's nearly impossible to break things down easily and put it on a few pages, as such it would be interesting to know what exactly you're expecting from such a cheatsheet.
Personally I find it much more useful to have the complete
SFML API documentation open in my browser and if I work offline, I simply get the doc that is included in any
SFML package or build it myself.