Multiple input into input box

Two buttons, one input box. When either button is clicked, it displays text in the input box. That I can do. Problem is I would like when the first button is clicked it displays text in the input box and when the other is clicked it displays text in the input box but does not overwrite the already existing text. Basically both texts are displayed in the input box.

(&&)