Skip to content

Comment on A Modern Space Cadetparent

Comments

create a file, ctrl-to-esc.ahk:

  Ctrl::
  Send {esc}
  Return
Then run the script and AutoHotkey will sit in the background, waiting to substitute a lone ctrl for an escape-key-press.

I haven't figured out the shift-parens yet, unfortunately.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.