{"id":21091952,"url":"https://github.com/hactarce/tab2meta","last_synced_at":"2026-04-22T08:31:50.928Z","repository":{"id":115783982,"uuid":"233487279","full_name":"HactarCE/tab2meta","owner":"HactarCE","description":"Make the tab key act like tab when pressed or the logo key when chorded","archived":false,"fork":false,"pushed_at":"2020-01-13T01:58:58.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T06:27:41.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/HactarCE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2020-01-13T01:32:15.000Z","updated_at":"2020-01-13T01:59:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b1f0cd0-6d8f-4602-96a9-f2541466a0f3","html_url":"https://github.com/HactarCE/tab2meta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HactarCE/tab2meta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2Ftab2meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2Ftab2meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2Ftab2meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2Ftab2meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HactarCE","download_url":"https://codeload.github.com/HactarCE/tab2meta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2Ftab2meta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32127856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T07:37:52.372Z","status":"ssl_error","status_checked_at":"2026-04-22T07:37:51.635Z","response_time":58,"last_error":"SSL_read: 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":[],"created_at":"2024-11-19T21:48:01.469Z","updated_at":"2026-04-22T08:31:50.923Z","avatar_url":"https://github.com/HactarCE.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tab2meta\n\nTurn your tab key into the meta key (a.k.a. win key or OS key) when chorded\nto another key (on key release only).\n\nForked and modified from [`space2meta`] and [`caps2esc`].\n\n## Dependencies\n\n- [Interception Tools][interception-tools]\n\n## Building\n\n```\n$ git clone git@github.com:HactarCE/tab2meta.git\n$ cd tab2meta\n$ cmake -Bbuild\n$ cmake --build build\n```\n\n## Execution\n\n`tab2meta` is an unofficial [_Interception Tools_][interception-tools] plugin. A\nsuggested `udevmon` job configuration is:\n\n\n```yaml\n- JOB: \"intercept -g $DEVNODE | tab2meta | uinput -d $DEVNODE\"\n  DEVICE:\n    EVENTS:\n      EV_KEY: [KEY_TAB]\n\n```\n\nTo compose functionality with [`caps2esc`], for example, you do:\n\n```yaml\n- JOB: \"intercept -g $DEVNODE | caps2esc | tab2meta | uinput -d $DEVNODE\"\n  DEVICE:\n    EVENTS:\n      EV_KEY: [KEY_CAPSLOCK, KEY_ESC, KEY_TAB]\n\n```\n\nFor more information about the [_Interception Tools_][interception-tools], check\nthe project's website.\n\n## Installation\n\nThis project is not in any official repositories; install it by cloning this\nrepository and running `cmake . \u0026\u0026 sudo make install`. To uninstall, run `sudo \nmake uninstall`.\n\n## Caveats\n\nAs always, there's always a caveat:\n\n- visual delay when inserting tab.\n- `intercept -g` will \"grab\" the detected devices for exclusive access.\n- If you tweak your key repeat settings, check whether they get reset.\n  Please check [this report][key-repeat-fix] about the resolution.\n\n## License\n\n\u003ca href=\"https://gitlab.com/interception/linux/plugins/caps2esc/blob/tab2meta/LICENSE.md\"\u003e\n    \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/License_icon-mit-2.svg/120px-License_icon-mit-2.svg.png\" alt=\"MIT\"\u003e\n\u003c/a\u003e\n\n- Copyright © 2019 Francisco Lopes da Silva\n- Copyright © 2020 HactarCE\n\n[interception]: https://github.com/oblitum/Interception\n[`caps2esc`]: https://gitlab.com/interception/linux/plugins/caps2esc\n[`space2meta`]: https://gitlab.com/interception/linux/plugins/space2meta\n[interception-tools]: https://gitlab.com/interception/linux/tools\n[key-repeat-fix]: https://github.com/oblitum/caps2esc/issues/1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhactarce%2Ftab2meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhactarce%2Ftab2meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhactarce%2Ftab2meta/lists"}