AutoHotkey vs SharpKeys for remapping keys

Solution 1:

  • Sharpkeys remaps via the registry. It can't remap key combinations and certain scan codes.
  • AutoHotkey's remapping feature is generally not as pure and effective as remapping directly via the Windows registry.

For the advantages and disadvantages of each approach, see registry remapping.