Skip to content

Instantly share code, notes, and snippets.

@jasonmorganson
Last active April 25, 2019 19:44
Show Gist options
  • Save jasonmorganson/d0b85086c7f0aaf6bcecfe5f09e4cbe1 to your computer and use it in GitHub Desktop.
Save jasonmorganson/d0b85086c7f0aaf6bcecfe5f09e4cbe1 to your computer and use it in GitHub Desktop.
Configuration for SurfingKeys
if (window.location.origin === "https://inbox.google.com") {
unmap('e')
unmap('h')
unmap('j')
unmap('k')
unmap('l')
unmap('x')
}
else if (window.location.origin === "https://docs.google.com") {
unmapAllExcept([])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment