Key | function ----- | ----------- `r` | random quote `j`/`n` | next quote `k`/`p` | previous quote Next and previous can just go to the next element in the array of quotes (they should already be sorted by book and section number)
rj/nk/pNext and previous can just go to the next element in the array of quotes (they should already be sorted by book and section number)