i tried this but every time i got space key is pressed.
If (Keys.Space) Then
MsgBox("space")
ElseIf Keys.Back Then
MsgBox("back")
End If