By “char info” I assume what you mean is what is printed when you evaluate a character:
julia> 'ℒ'
'ℒ': Unicode U+2112 (category Lu: Letter, uppercase)
I don’t think this should print the keyboard shortcut, because that is is a property of the REPL (and related interfaces), whereas the character display is independent of the interface.