I'd like to get the string representation of a keymap event. For instance 19 should be printed as C-s, 1 as C-a etc...
I could make my own function to do that but since describe-keyis capable of printing the string representation of an event there must be a built-in function to do that somewhere. I looked into the manual and browsed some code and was not able to found it.