{"id":49873822,"url":"https://github.com/droc101/vmouse","last_synced_at":"2026-05-15T11:35:48.108Z","repository":{"id":322478892,"uuid":"1089291627","full_name":"droc101/vmouse","owner":"droc101","description":"Linux kernel module to provide a software-controlled virtual mouse","archived":false,"fork":false,"pushed_at":"2025-11-04T16:48:47.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-04T18:24:03.457Z","etag":null,"topics":["linux","linux-kernel-driver","linux-kernel-module","mouse","virtual-mouse"],"latest_commit_sha":null,"homepage":"","language":"C","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/droc101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T06:26:15.000Z","updated_at":"2025-11-04T16:48:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/droc101/vmouse","commit_stats":null,"previous_names":["droc101/vmouse"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/droc101/vmouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droc101%2Fvmouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droc101%2Fvmouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droc101%2Fvmouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droc101%2Fvmouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/droc101","download_url":"https://codeload.github.com/droc101/vmouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droc101%2Fvmouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["linux","linux-kernel-driver","linux-kernel-module","mouse","virtual-mouse"],"created_at":"2026-05-15T11:35:42.885Z","updated_at":"2026-05-15T11:35:48.093Z","avatar_url":"https://github.com/droc101.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vmouse\nA DKMS Linux kernel module that provides a virtual mouse that can be used to press and release buttons on both x11 and wayland\n\n## Usage\nThe driver provides a device file at `/dev/vmouse` for commands. Each byte written to this file is an independant command in the following format, withc each letter representing a bit: `MCCCCDDD` where `M` must be zero, `CCCC` is the 4-bit command ID, and `DDD` is the mouse button ID.\n\n| Command (Decimal) | Description          | Payload   |\n|-------------------|----------------------|-----------|\n| 0                 | Releases all buttons | Ignored   |\n| 1                 | Press a button       | Button ID |\n| 2                 | Release a button     | Button ID |\n| 3                 | Click a button       | Button ID |\n\nButton IDs can be found in [`linux/include/uapi/linux/input-event-codes.h`](https://github.com/torvalds/linux/blob/c9cfc122f03711a5124b4aafab3211cf4d35a2ac/include/uapi/linux/input-event-codes.h#L356). Subtract 0x110 to get the vmouse button ID.\n\n## Installing\nThis repository contains a PKGBUILD file for Arch Linux. To use it, clone this repo and run `makepkg -si` in the repo's folder.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroc101%2Fvmouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdroc101%2Fvmouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroc101%2Fvmouse/lists"}