Skip to content

Instantly share code, notes, and snippets.

@draffensperger
Created November 12, 2020 14:57
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 draffensperger/54ff580bef6b4f8bd13697944121e490 to your computer and use it in GitHub Desktop.
Save draffensperger/54ff580bef6b4f8bd13697944121e490 to your computer and use it in GitHub Desktop.
SurfingKeys hints chartacters
// Here's how the hints work:
// First 20 characters are used as single-character hints, and then it
// switches to 2-character hints using the next characters. I wanted to make
// sure that the two character hints were easy to push.
// 000000000011111111112
// 012345678901234567890
Hints.characters = 'dkls;aie,cow.xpq/zvmrufj';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment