kubernetes/vendor/github.com/moby/term/ascii.go

var ASCII

// ToBytes converts a string representing a suite of key-sequence to the corresponding ASCII code.
func ToBytes(keys string) ([]byte, error) {}