Hacker News new | ask | show | jobs
by vijucat 1671 days ago
This is super interesting. I absolutely love AHK, too. But can you please clarify how you achieve, "caps is esc if used alone, control if used with another key"? Is it based on whether the key is still down (pressed) vs. up (released)?

If you don't mind, can you please share your script? My Capslock-as-a-modifier setup is very simple. I just use Capslock + various keys to do stuff:

   Capslock & p::Send, {PgUp}
   Capslock & n::Send, {PgDn}
1 comments

Of course, I'm happy to share my script!

I've already posted it here, check my posting history.

Since you are the 2nd person to ask, I might even put it on github!