Custom app manifests for Scoop.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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