Custom app manifests for Scoop.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

dual-key-remap.json 774B

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.5",
  5. "license": "Unknown",
  6. "url": "https://github.com/ililim/dual-key-remap/releases/download/v0.5/dual-key-remap-v0.5.zip",
  7. "hash": "sha256:361A780644D42A5D78FFED8EC44E402A03C03414039C711128219A6FBBB57924",
  8. "extract_dir": "dual-key-remap-v0.5",
  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. }