HELP!!!! new to programming

  (digitalRead(upbutton)== HIGH); {
    Keyboard.press(KEY_UP_ARROW);
    delay(150);
}

Looks like you're missing some if statements, else statements and have some erroneous semicolons. I recommend looking at some simple examples on how to structure if statements with regards to semicolons, brackets, etc.