{"id":20126715,"url":"https://github.com/cc-d/pyhotkeys","last_synced_at":"2026-06-10T10:31:22.586Z","repository":{"id":191732725,"uuid":"685282057","full_name":"cc-d/pyhotkeys","owner":"cc-d","description":"Simple broadly-compatible hotkey program for macos/ubuntu for my own use.","archived":false,"fork":false,"pushed_at":"2023-08-31T00:10:45.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T21:17:31.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cc-d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-30T22:29:54.000Z","updated_at":"2023-08-30T22:34:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7b1a823-02f0-4963-8348-a48ca8f65c58","html_url":"https://github.com/cc-d/pyhotkeys","commit_stats":null,"previous_names":["cc-d/pyhotkeys"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cc-d/pyhotkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-d%2Fpyhotkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-d%2Fpyhotkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-d%2Fpyhotkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-d%2Fpyhotkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cc-d","download_url":"https://codeload.github.com/cc-d/pyhotkeys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-d%2Fpyhotkeys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34149132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T20:17:21.434Z","updated_at":"2026-06-10T10:31:22.569Z","avatar_url":"https://github.com/cc-d.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyHotkey\n\nA hotkey combination listener that outputs text after keypress combo listener is activated.\n\n## Installation\n\nThis was created under the assumption of python version 3.11\n\nTo install PyHotkey, run the following command:\n\n```bash\npip install pyhotkey\n```\n\n## Usage\n\nTo activate the PyHotkey hotkey combination listener, use:\n\n```bash\npyhotkey\n```\n\n### Virtual Env\n\nRun `. ./use-venv.sh` to switch to python3.11 using python and activate/create the virtual environment.\n\n\n## Features\n\n- Activate and deactivate the hotkey combination listener using a PyHotkey modifier key.\n- Define your custom hotkey combinations and their corresponding actions in `combos.json`.\n\n## Configuration\n\nEdit `combos.json` to define your hotkey combinations and the text that should be output when each combination is activated.\n\nExample:\n\n```json\n{\n  \"ctrl+alt+a\": \"Text for ctrl+alt+a\",\n  \"ctrl+alt+b\": \"Text for ctrl+alt+b\"\n}\n```\n\n## Tests\n\nTo run tests, run the following command:\n\n```bash\npython -m unittest tests.py\n```\n\n## Contribution\n\nContributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first.\n\n## License\n\nMIT\n\n## Author\n\nCary Carter\nEmail: ccarterdev@gmail.com\nGitHub: [cc-d](https://github.com/cc-d)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcc-d%2Fpyhotkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcc-d%2Fpyhotkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcc-d%2Fpyhotkeys/lists"}