{"id":29893548,"url":"https://github.com/michalsc/wheelfix","last_synced_at":"2026-05-16T18:33:31.108Z","repository":{"id":77874445,"uuid":"136629168","full_name":"michalsc/WheelFix","owner":"michalsc","description":"Yet another try to fix mouse wheel misbehavior on macOS","archived":false,"fork":false,"pushed_at":"2018-06-18T19:36:34.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-12T15:40:27.059Z","etag":null,"topics":["macos","mouse-events","mousewheel","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michalsc.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,"zenodo":null}},"created_at":"2018-06-08T14:26:23.000Z","updated_at":"2018-06-18T19:36:36.000Z","dependencies_parsed_at":"2023-08-25T02:24:56.964Z","dependency_job_id":null,"html_url":"https://github.com/michalsc/WheelFix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michalsc/WheelFix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsc%2FWheelFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsc%2FWheelFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsc%2FWheelFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsc%2FWheelFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michalsc","download_url":"https://codeload.github.com/michalsc/WheelFix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsc%2FWheelFix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33114245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["macos","mouse-events","mousewheel","swift"],"created_at":"2025-08-01T03:45:50.005Z","updated_at":"2026-05-16T18:33:31.103Z","avatar_url":"https://github.com/michalsc.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WheelFix\nAfter being frustrated with the new mouse wheel behavior of macOS I have decided to give myself another try. All solutions I have found on network until now were either expensive or not satisfying me. The App is also a kind of excercise for me. Until now I was not writing any software for macOS (well, I did but not using native toolkit) and at the same time the first attempt to code in swift. Please forgive any mistakes (or correct me where I am doing it wrong :-))\n\nIn my attempt I am not trying to blindly modify all wheel events my app receives. Instead I'm distinguishing two cases:\n* Beginning of the wheel movement (i.e. temporal distance between last wheel movement and the actual one is large)\n* Within wheel movement (i.e. temporal distance between last wheel movement and the actual one is small)\n\nIn case of the latter my App does not allow for a change of movement direction. If such event happens, it will be discarded. I have found out that this one solved almost all of the mouse wheel issues in my case. Future versions will add an App window for fine-tuning of the wheel filter as well as some fancy wheel speed correction curves (user customizable of course)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalsc%2Fwheelfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalsc%2Fwheelfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalsc%2Fwheelfix/lists"}