Skip to content

Instantly share code, notes, and snippets.

@gibfahn
Last active May 29, 2019 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gibfahn/22c17d0059340e2c90c3c316b746ba8b to your computer and use it in GitHub Desktop.
Save gibfahn/22c17d0059340e2c90c3c316b746ba8b to your computer and use it in GitHub Desktop.
let nextpagetextpatterns = ["[Nn]ext\\b.*", "[Mm]ore", "[Nn]ewer", ">", "→", "»", "≫", ">>"]
let prevpagetextpatterns = ["Prev(ious)\\b.*", "[Bb]ack", "[Oo]lder", "<", "‹", "←", "«", "≪", "<<"]
let hintcharacters = "zxcvbnmqwertyuiopasdfghjkl";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment