{"id":22678357,"url":"https://github.com/evilc/ahk-hid-hotkeys","last_synced_at":"2026-01-06T23:57:35.028Z","repository":{"id":26292869,"uuid":"29740623","full_name":"evilC/AHK-HID-Hotkeys","owner":"evilC","description":"A class to replace AHK's hotkeys with a HID-based system not subject to the limitations of AHK's hotkeys.","archived":false,"fork":false,"pushed_at":"2015-02-14T16:42:56.000Z","size":444,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T13:44:39.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/evilC.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}},"created_at":"2015-01-23T16:10:04.000Z","updated_at":"2024-10-09T21:40:34.000Z","dependencies_parsed_at":"2022-08-27T09:11:14.444Z","dependency_job_id":null,"html_url":"https://github.com/evilC/AHK-HID-Hotkeys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilC%2FAHK-HID-Hotkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilC%2FAHK-HID-Hotkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilC%2FAHK-HID-Hotkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilC%2FAHK-HID-Hotkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilC","download_url":"https://codeload.github.com/evilC/AHK-HID-Hotkeys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246187242,"owners_count":20737462,"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":[],"created_at":"2024-12-09T18:14:54.220Z","updated_at":"2026-01-06T23:57:34.983Z","avatar_url":"https://github.com/evilC.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"#AHK-HID-Hotkeys\nA class to replace AHK's hotkeys with a HID-based system not subject to the limitations of AHK's hotkeys.  \nSpecifically aimed at making dynamic hotkey solutions easier to write.\n\n####Limitations of vanilla AHK that this class seeks to overcome:\n* Maximum of 100 hotkeys  \nThis is not normally a problem, but in certain cases can be.\n* Cannot fully remove hotkeys  \nOnly really an issue with the 1000 limit.\n* Only down events supported for joystick buttons  \nNo up events for buttons, `GetKeyState()` must normally be used.\n* No event-based mechanism for Joystick axis change.  \nAgain, endless `GetKeyState` loops must be used.\n* No way of easily providing a \"Bind\" box that facilitates visually choosing of a hotkey, *that supports all input methods*.  \nThe `Hotkey` Gui item only supports certain keyboard keys.  \nThe `Input` command has limited support (No Joystick) and requires hacky `#if` statements to fully support some keys and combos.  \n\n####How it works\nAll input is read via WM_INPUT messages.  \nIf a keyboard or mouse button needs to be blocked (eg a user wishes to do a mapping such as `a::b`), then the Windows API call `SetWindowsHookEx` is used to block the input from other applications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilc%2Fahk-hid-hotkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilc%2Fahk-hid-hotkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilc%2Fahk-hid-hotkeys/lists"}