Press n or j to go to the next uncovered block, b, p or k for the previous block.
export const KeyCode = { Up: 38, Down: 40, Space: 32, Enter: 13, Esc: 27, Backspace: 8, Tab: 9, };