{"id":15673900,"url":"https://github.com/idouble/keyboard","last_synced_at":"2025-07-11T20:37:00.915Z","repository":{"id":130708630,"uuid":"61990602","full_name":"IDouble/Keyboard","owner":"IDouble","description":"☕️ A simple Java Library to send commands to the Keyboard ⚙️⌨️","archived":false,"fork":false,"pushed_at":"2024-02-29T15:51:59.000Z","size":707,"stargazers_count":24,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T22:45:00.905Z","etag":null,"topics":["api","easy","easy-to-understand","easy-to-use","fast","free","jar","java","java-api","java-library","keyboard","library","mit","mit-license","multi-platform","multiple-monitors","simple"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IDouble.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}},"created_at":"2016-06-26T13:40:16.000Z","updated_at":"2025-03-07T06:18:46.000Z","dependencies_parsed_at":"2024-04-08T23:02:35.585Z","dependency_job_id":"5848a515-13ef-4e3f-be7c-4a8a9b1de317","html_url":"https://github.com/IDouble/Keyboard","commit_stats":null,"previous_names":["idouble/keyboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDouble%2FKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDouble%2FKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDouble%2FKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDouble%2FKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IDouble","download_url":"https://codeload.github.com/IDouble/Keyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782457,"owners_count":21803380,"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":["api","easy","easy-to-understand","easy-to-use","fast","free","jar","java","java-api","java-library","keyboard","library","mit","mit-license","multi-platform","multiple-monitors","simple"],"created_at":"2024-10-03T15:42:52.105Z","updated_at":"2025-05-06T22:45:10.853Z","avatar_url":"https://github.com/IDouble.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⌨️ Keyboard ⌨️\nA Simple **Java Library** for controlling the **Keyboard**, it is:\n\n- **Easy** to use\n- **Powerful**\n- And has **many Functions**\n\nI searched long to find a simple **Keyboard Library** for **Java** but I have found nothing that fits,\nso I wrote a simple **Java Library** to access the **Keyboard**.\n\n## 📝 Example 📝\n\n([**As an example, I used it to program a game controller with Arduino (JArduino).**](https://github.com/AYIDouble/IOT-Arduino-Game-Controller-Java))\n\n```\nimport java.awt.AWTException;\nimport java.util.ArrayList;\n\nimport com.sun.glass.events.KeyEvent;\n\nimport Keyboard.Keyboard;\n\npublic class Main {\n\n\tstatic Keyboard keyboard;\n\t\n\tpublic static void main(String[] args) throws AWTException, InterruptedException {\n\t\tkeyboard = new Keyboard();\n\t\tArrayList keyyy = new ArrayList\u003cKeyEvent\u003e();\n\t\tkeyboard.type(\"Cool, \");\n\t\tkeyboard.type(\"I can write this in just one line\");\n\t\tkeyboard.press(KeyEvent.VK_WINDOWS);\n\t}\n}\n```\n![Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance](Images/binance.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidouble%2Fkeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidouble%2Fkeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidouble%2Fkeyboard/lists"}