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.7",
- "license": "GPL-2.0-or-later",
- "url": "https://github.com/ililim/dual-key-remap/releases/download/v0.7/dual-key-remap-v0.7.zip",
- "hash": "sha256:6BCD68CBEA29D1EAD254FDAAF38E52364A29B21B175A9AFFD13E9FEC03371C9F",
- "extract_dir": "dual-key-remap-v0.7",
- "bin": [
- [
- "dual-key-remap.exe",
- "dual-key-remap"
- ]
- ],
- "shortcuts": [
- [
- "dual-key-remap.exe",
- "Dual Key Remap"
- ]
- ],
- "persist": [
- "config.txt"
- ],
- "checkver": "github"
- }
|