{"id":13706641,"url":"https://github.com/miraisolutions/winsendkeys","last_synced_at":"2025-09-04T03:44:54.912Z","repository":{"id":149130461,"uuid":"108389542","full_name":"miraisolutions/winsendkeys","owner":"miraisolutions","description":"Sendkeys R library for Windows","archived":false,"fork":false,"pushed_at":"2025-06-30T12:24:16.000Z","size":43,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-30T12:38:32.378Z","etag":null,"topics":["cplusplus","r","rcpp","sendinput","sendkeys","windows"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/miraisolutions.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,"roadmap":null,"authors":null}},"created_at":"2017-10-26T09:20:37.000Z","updated_at":"2021-11-19T21:38:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8dcc885-3f20-4002-8323-7dfe634eddf1","html_url":"https://github.com/miraisolutions/winsendkeys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miraisolutions/winsendkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miraisolutions%2Fwinsendkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miraisolutions%2Fwinsendkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miraisolutions%2Fwinsendkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miraisolutions%2Fwinsendkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miraisolutions","download_url":"https://codeload.github.com/miraisolutions/winsendkeys/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miraisolutions%2Fwinsendkeys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273548926,"owners_count":25125256,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cplusplus","r","rcpp","sendinput","sendkeys","windows"],"created_at":"2024-08-02T22:01:03.405Z","updated_at":"2025-09-04T03:44:54.904Z","avatar_url":"https://github.com/miraisolutions.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# winsendkeys\n\n[![Build Status](https://github.com/miraisolutions/winsendkeys/actions/workflows/ci.yml/badge.svg)](https://github.com/miraisolutions/winsendkeys/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/miraisolutions/winsendkeys/branch/master/graph/badge.svg)](https://codecov.io/gh/miraisolutions/winsendkeys)\n\nSendkeys R package for Windows\n\n### Installation\n\nUse `remotes` to install directly from Github:\n```r\n# using package remotes:\nremotes::install_github(\"miraisolutions/winsendkeys\")\n```\n\nIn case you are behind a proxy, you can configure this first:\n```r\n# accessing Github's API over https, while using a http-proxy:\nSys.setenv(https_proxy=\"http://\u003cusername\u003e:\u003cpassword\u003e@\u003cip\u003e:\u003cport\u003e\")\n```\n\n### Usage\n\nThe package exports two main functions, `activateWindow` and `sendKeys`.\n\nIn addition, `key2code` returns a simple mapping data.frame for convenience:\n```r\nkey2code()\n```\n\n|key |code         |\n|:---|:------------|\n|{   |{LEFTBRACE}  |\n|}   |{RIGHTBRACE} |\n|+   |{PLUS}       |\n|@   |{AT}         |\n|^   |{CARET}      |\n|~   |{TILDE}      |\n|(   |{LEFTPAREN}  |\n|)   |{RIGHTPAREN} |\n|%   |{PERCENT}    |\n|\\\\t |{TAB}        |\n|\\\\n |{ENTER}      |\n|\"   |'            |\n|'   |'            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiraisolutions%2Fwinsendkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiraisolutions%2Fwinsendkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiraisolutions%2Fwinsendkeys/lists"}