Press shift+a and there should appear some text below

Keydown - press shift+a and the event should fire on keydown

Keyup - press shift+b and the event should fire on keyup

Keyup - press shift+c+d and the event should fire on keydown

Keyup - press shift+++c and the event should fire on keyup

Make sure you use the right + key, keydown/keyup events don't always return the right key in certain keyboard layouts