Keyboard Break-Codes

Oh great idea. But how should i do that?
If i press the 'w'-button what could be send? I don´t get the code.
Especially when i am doing it with the !=-Function.

if(value!='w' || value!='s') {
digitalWrite(8, LOW);   
analogWrite(9, 0);
}

This is not correct i know :~