{"id":18764935,"url":"https://github.com/psygo/autohotkeys","last_synced_at":"2026-01-26T03:32:57.815Z","repository":{"id":155613811,"uuid":"285916827","full_name":"psygo/autohotkeys","owner":"psygo","description":"My autohotkeys","archived":false,"fork":false,"pushed_at":"2021-02-23T12:28:48.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T10:14:52.717Z","etag":null,"topics":["autohotkey","keyboard","shortcut"],"latest_commit_sha":null,"homepage":"https://fanaro.io","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/psygo.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":"2020-08-07T20:37:54.000Z","updated_at":"2021-04-05T01:15:51.000Z","dependencies_parsed_at":"2024-06-02T16:13:55.549Z","dependency_job_id":null,"html_url":"https://github.com/psygo/autohotkeys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psygo/autohotkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygo%2Fautohotkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygo%2Fautohotkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygo%2Fautohotkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygo%2Fautohotkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psygo","download_url":"https://codeload.github.com/psygo/autohotkeys/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygo%2Fautohotkeys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:19:35.311Z","status":"ssl_error","status_checked_at":"2026-01-26T03:19:13.815Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["autohotkey","keyboard","shortcut"],"created_at":"2024-11-07T18:32:08.648Z","updated_at":"2026-01-26T03:32:57.799Z","avatar_url":"https://github.com/psygo.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoHotKey\n\nA nice place to start is [this][tutorial_send].\n\n[tutorial_send]: https://www.autohotkey.com/docs/Tutorial.htm#Send\n\n## 1. First script\n\n### 1.1. Simple Hotkey\n\n```autohotkey\n#j::\nSend, nuclear launch codes\nreturn\n```\n\nThe `#` means the \u003ckbd\u003eWindows\u003c/kbd\u003e key. The `^` would mean the \u003ckbd\u003eCtrl\u003c/kbd\u003e key. So, in the example above, we would have \u003ckbd\u003eWindows\u003c/kbd\u003e + \u003ckbd\u003ej\u003c/kbd\u003e *typing* the text *nuclear launch test codes*. The `return` on the third line is necessary to avoid syntactical problems in general.\n\n### 1.2. Simple Hotstring\n\nWhen you press a hotkey combination, after the release, something will happen. The difference to a hotstring is that something will happen after you type the string, which might even get completely transformed into another string.\n\n```autohotkey\n::ftw::Free the whales\n```\n\nFor example, the code code above will transform the hotstring *ftw* into *Free the whales* after you type it.\n\n## 2. Making it work\n\nTo make it work, after having AutoHotKey installed in your machine:\n\n1. Create a new file, either with:\n    - \u003ckbd\u003eright-click\u003c/kbd\u003e + \u003ckbd\u003eNew\u003c/kbd\u003e + \u003ckbd\u003eAutoHotKey Script\u003c/kbd\u003e\n    - Simply create a new text file and have its extension as `.ahk`.\n1. Type your code inside it.\n1. Double click your `.ahk` file to run it.\n\nNow, everything should be working.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsygo%2Fautohotkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsygo%2Fautohotkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsygo%2Fautohotkeys/lists"}