Hey there all knowing ibis. I'm trying to bind a key to reset my player name. Normally, this wouldn't be a problem, but because there are special characters in my name, CS:S adds spaces after them. My bind current looks like:
bind "F8" "name {US}Fireye"

... but because the command executed is name {US}Fireye, it adds spaces between the brackets. I've tried escaping an extra set of quotes around the {US}Fireye, but they don't work. Single quotes don't work either. Does anyone know how I could bind a key to do exactly:
name "{US}Fireye"