{"id":23900231,"url":"https://github.com/samithseu/win-set-sound","last_synced_at":"2026-02-04T04:31:46.007Z","repository":{"id":252354080,"uuid":"840144478","full_name":"samithseu/win-set-sound","owner":"samithseu","description":"Controlling the volume using keypresses in Windows OS","archived":false,"fork":false,"pushed_at":"2025-03-26T08:56:41.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T01:48:18.374Z","etag":null,"topics":["autohotkey-v2","project","windows-sound"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samithseu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T04:18:10.000Z","updated_at":"2025-04-18T08:37:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a86e8b84-6542-4d18-aad5-fdef3a42d722","html_url":"https://github.com/samithseu/win-set-sound","commit_stats":null,"previous_names":["samithseu/win-set-sound"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samithseu/win-set-sound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samithseu%2Fwin-set-sound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samithseu%2Fwin-set-sound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samithseu%2Fwin-set-sound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samithseu%2Fwin-set-sound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samithseu","download_url":"https://codeload.github.com/samithseu/win-set-sound/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samithseu%2Fwin-set-sound/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262846640,"owners_count":23373846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autohotkey-v2","project","windows-sound"],"created_at":"2025-01-04T19:15:09.118Z","updated_at":"2026-02-04T04:31:45.926Z","avatar_url":"https://github.com/samithseu.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows Sound Setter 🔊\n\n\u003cimg align=\"left\" height=\"150\" src=\"sample-gui.png\" alt=\"Sample GUI\"/\u003e \u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\n---\n\nI'm tired of moving my cursor to the bottom right of monitor to set the volume, so I created this small those that I can control it by key presses.\n\n\u003e [!IMPORTANT]\n\u003e AutoHotKey has to be installed in computer!\n\u003e \n\u003e you can install it using `winget`:\n\u003e\n\u003e ```powershell\n\u003e winget install --id Lexikos.AutoHotkey\n\u003e ```\n\n### Start Using\n\nYou can run the following command in **powershell** and it will download the `ahk` script into startup folder of current user:\n\n```powershell\n$path = \"$env:USERPROFILE\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\volume-ctrl.ahk\"; iwr \"https://github.com/samithseu/win-set-sound/raw/main/set-sound.ahk\" -OutFile $path; Invoke-Item $path\n```\n\n### Stop Using\n\nIf you want to remove it, run the following command in **powershell** to delete:\n\n```powershell\nrm -Force \"$env:USERPROFILE\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\volume-ctrl.ahk\"\n```\n\n### Controls\n\n- Pressing `F8` to show the GUI. If you manually input the volume over `26`, it will ask you first\n- Pressing `Alt + NumpadPlus` to volumn up by 2%\n- Pressing `Alt + NumpadSub` to volumn down by 2%\n\nYou can customize `keys` to your liking by editing the script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamithseu%2Fwin-set-sound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamithseu%2Fwin-set-sound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamithseu%2Fwin-set-sound/lists"}