{"id":26886418,"url":"https://github.com/heshanthenura/mousewheelshortcut","last_synced_at":"2026-04-13T11:02:00.274Z","repository":{"id":185911909,"uuid":"674316745","full_name":"heshanthenura/MouseWheelShortcut","owner":"heshanthenura","description":"Mouse Wheel Shortcut is a simple prototype application that demonstrates a basic mouse wheel shortcut functionality with JavaFX and JNativeHook. The application allows you to click the middle mouse button on an arc shape and perform certain actions.","archived":false,"fork":false,"pushed_at":"2023-08-03T17:32:48.000Z","size":78,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T19:18:42.759Z","etag":null,"topics":["gui","java","javafx","mouse","mouse-events","mouse-tracking","shortcut","ui"],"latest_commit_sha":null,"homepage":"","language":"Java","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/heshanthenura.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}},"created_at":"2023-08-03T16:38:52.000Z","updated_at":"2023-08-03T16:45:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d2de1f8-0c87-4274-a837-10ead526d5ee","html_url":"https://github.com/heshanthenura/MouseWheelShortcut","commit_stats":null,"previous_names":["heshanthenura/mousewheelshortcut"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heshanthenura/MouseWheelShortcut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanthenura%2FMouseWheelShortcut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanthenura%2FMouseWheelShortcut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanthenura%2FMouseWheelShortcut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanthenura%2FMouseWheelShortcut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heshanthenura","download_url":"https://codeload.github.com/heshanthenura/MouseWheelShortcut/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanthenura%2FMouseWheelShortcut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["gui","java","javafx","mouse","mouse-events","mouse-tracking","shortcut","ui"],"created_at":"2025-03-31T19:18:45.340Z","updated_at":"2026-04-13T11:02:00.258Z","avatar_url":"https://github.com/heshanthenura.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mouse Wheel Shortcut - Prototype\n\nMouse Wheel Shortcut is a simple prototype application that demonstrates a basic mouse wheel shortcut functionality with JavaFX and JNativeHook. The application allows you to take a screenshot by following these steps:\n\n[Demo Video](https://user-images.githubusercontent.com/75155192/258189433-17bc23e3-e4cd-447f-90a1-33f5092d8911.mp4)\n\n#### 1. Press the middle mouse button.\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/75155192/258181573-067870c7-8b19-4a71-a75b-72207b0bfcb9.png\" alt=\"Mouse Wheel Shortcut\" /\u003e\n\u003c/p\u003e\n\n#### 2. Move the mouse to the arc shape on the screen.\n#### 3. Release the middle mouse button when the arc turns red to trigger the screenshot capture.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/75155192/258181969-cc3a7797-11c9-4f8a-82e6-066b58dddc20.png\" alt=\"Mouse Wheel Shortcut\" /\u003e\n\u003c/p\u003e\n\n#### 4. The screenshot will be saved in the \"Pictures\" folder.\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/75155192/258182146-c76779a7-dfc0-40e9-9fc0-087a4391c50a.png\" /\u003e\n\u003c/p\u003e\n\n## About\n\nThis prototype was developed as a showcase of my skills in Java, JavaFX, and JNativeHook. It demonstrates how to capture mouse events and manipulate JavaFX UI components to create a simple user interaction.\n\nPlease note that this is just a prototype, and it serves as a foundation for future development with additional features and improvements.\n\n## Features\n\n- Click the middle mouse button and move the mouse to the arc shape to take a screenshot.\n- The arc shape will turn red when the mouse is inside the upper half and at a distance greater than 5 pixels.\n\n## Future Plans\n\nIn the future, I plan to enhance this prototype application by adding more customizable options and features. Some of the potential improvements include:\n\n- Allowing users to configure their own shortcuts and actions.\n- Enhancing the user interface for a more polished look.\n- Adding support for capturing custom key combinations.\n- Saving the user's preferences and settings.\n- Integrating with other external APIs or services.\n\n## Requirements\n\n- Java (JDK) 8 or later\n- JavaFX\n- JNativeHook\n\n## How to Use\n\n1. Clone this repository to your local machine.\n2. Ensure you have the necessary requirements installed.\n3. Build and run the application.\n4. Follow the steps mentioned above to take a screenshot.\n\n## Contributing\n\nFeel free to fork this repository and make your own improvements or add features. If you have any suggestions or find any issues, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n**Disclaimer:** This is just a prototype, and it may have some limitations and room for improvement. The application is meant to showcase my skills and serve as a starting point for further development.\n\nFeel free to explore the code and play around with the application. I welcome any feedback, suggestions, or contributions!\n\nThank you for checking out this prototype! 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheshanthenura%2Fmousewheelshortcut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheshanthenura%2Fmousewheelshortcut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheshanthenura%2Fmousewheelshortcut/lists"}