12345678910111213141516171819202122232425 |
- {
- "homepage": "https://github.com/ililim/dual-key-remap",
- "description": "Remap any key to any other two keys on Windows. Most commonly used to remap CapsLock to Escape when pressed alone and Ctrl when pressed with other keys. Written in C to run at the lowest Windows API level for speed and reliability.",
- "version": "0.6",
- "license": "Unknown",
- "url": "https://github.com/ililim/dual-key-remap/releases/download/v0.6/dual-key-remap-v0.6.zip",
- "hash": "sha256:905BFE4F91D65CECA6EAEB7947E33C5CF46A2DDE3E7B86334DA5666777CD08B3",
- "extract_dir": "dual-key-remap-v0.6",
- "bin": [
- [
- "dual-key-remap.exe",
- "dual-key-remap"
- ]
- ],
- "shortcuts": [
- [
- "dual-key-remap.exe",
- "Dual Key Remap"
- ]
- ],
- "persist": [
- "config.txt"
- ],
- "checkver": "github"
- }
|