Skip to content

Instantly share code, notes, and snippets.

@DanielCoulbourne
Created September 25, 2020 15:16
Show Gist options
  • Save DanielCoulbourne/ef334bd2d94f2c46651d2474142ed05c to your computer and use it in GitHub Desktop.
Save DanielCoulbourne/ef334bd2d94f2c46651d2474142ed05c to your computer and use it in GitHub Desktop.
hs.grid.setGrid('10x4')
hs.grid.setMargins({x=10, y=10})
hs.grid.HINTS={
{ 'F1', 'F2', 'F3', 'F4', 'F5', 'F6', 'F7', 'F8', 'F9', 'F10' },
{ '1', '2', '3', '4', '5', '6', '7', '8', '9', '0' },
{ 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'O', 'P' },
{ 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', ';' },
{ 'Z', 'X', 'C', 'V', 'B', 'N', 'M', ',', '.', '/' },
}
hs.hotkey.bind({"cmd", "option", "shift"}, "Z", function()
hs.grid.show(nil, true)
end)
@josecanhelp
Copy link

💥

@oniryx
Copy link

oniryx commented Oct 9, 2020

🙏 👍 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment