Unity détecte n'importe quelle clé
if (Input.anyKey) {
// Code here
}
TC5550
if (Input.anyKey) {
// Code here
}