Custom app manifests for Scoop.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

dual-key-remap.json 783B

12345678910111213141516171819202122232425
  1. {
  2. "homepage": "https://github.com/ililim/dual-key-remap",
  3. "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.",
  4. "version": "0.7",
  5. "license": "GPL-2.0-or-later",
  6. "url": "https://github.com/ililim/dual-key-remap/releases/download/v0.7/dual-key-remap-v0.7.zip",
  7. "hash": "sha256:3301529969F4C86944769BB0E5F8D663444C811E3C3E68BEDB540348FC645F66",
  8. "extract_dir": "dual-key-remap-v0.7",
  9. "bin": [
  10. [
  11. "dual-key-remap.exe",
  12. "dual-key-remap"
  13. ]
  14. ],
  15. "shortcuts": [
  16. [
  17. "dual-key-remap.exe",
  18. "Dual Key Remap"
  19. ]
  20. ],
  21. "persist": [
  22. "config.txt"
  23. ],
  24. "checkver": "github"
  25. }