{"id":13597745,"url":"https://github.com/sezanzeb/input-remapper","last_synced_at":"2025-05-13T19:18:33.642Z","repository":{"id":37451867,"uuid":"307515577","full_name":"sezanzeb/input-remapper","owner":"sezanzeb","description":"🎮 ⌨ An easy to use tool to change the behaviour of your input devices.","archived":false,"fork":false,"pushed_at":"2025-03-29T09:05:16.000Z","size":6318,"stargazers_count":4417,"open_issues_count":271,"forks_count":174,"subscribers_count":32,"default_branch":"main","last_synced_at":"2025-04-28T10:54:48.475Z","etag":null,"topics":["gamepad","gaming","keyboard","keyboard-shortcuts","linux","mouse"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sezanzeb.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,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"jonasbosse","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-10-26T22:02:22.000Z","updated_at":"2025-04-28T08:58:00.000Z","dependencies_parsed_at":"2024-01-14T04:42:20.337Z","dependency_job_id":"b2e7c3a6-546c-4782-9cce-5b6cdf3f34f3","html_url":"https://github.com/sezanzeb/input-remapper","commit_stats":{"total_commits":839,"total_committers":37,"mean_commits":"22.675675675675677","dds":"0.41120381406436235","last_synced_commit":"0677e011f69950563d4beeede8de9c769d595376"},"previous_names":["sezanzeb/key-mapper"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezanzeb%2Finput-remapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezanzeb%2Finput-remapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezanzeb%2Finput-remapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezanzeb%2Finput-remapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sezanzeb","download_url":"https://codeload.github.com/sezanzeb/input-remapper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010830,"owners_count":21999004,"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":["gamepad","gaming","keyboard","keyboard-shortcuts","linux","mouse"],"created_at":"2024-08-01T17:00:40.153Z","updated_at":"2025-05-13T19:18:33.592Z","avatar_url":"https://github.com/sezanzeb.png","language":"Python","funding_links":["https://ko-fi.com/jonasbosse"],"categories":["linux","Python","Guide for Linux Users","Linux","📺️ Linux GUI apps","Linux Input \u0026 Calibration"],"sub_categories":["Remap Copilot Button","Other","📟️ Cli tools","rFactor"],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"data/input-remapper.svg\" width=100/\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eInput Remapper\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  An easy to use tool for Linux to change the behaviour of your input devices.\u003cbr/\u003e\n  Supports X11, Wayland, combinations, programmable macros, joysticks, wheels,\u003cbr/\u003e\n  triggers, keys, mouse-movements and more. Maps any input to any other input.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"readme/usage.md\"\u003eUsage\u003c/a\u003e - \u003ca href=\"readme/macros.md\"\u003eMacros\u003c/a\u003e - \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e - \u003ca href=\"readme/development.md\"\u003eDevelopment\u003c/a\u003e - \u003ca href=\"readme/examples.md\"\u003eExamples\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"readme/pylint.svg\"/\u003e \u003cimg src=\"readme/coverage.svg\"/\u003e\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"readme/screenshot.png\" width=\"48%\"/\u003e\n  \u0026#160;\n  \u003cimg src=\"readme/screenshot_2.png\" width=\"48%\"/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n## Installation\n\n### Ubuntu/Debian\n\nEither download an installable .deb file from the [latest release](https://github.com/sezanzeb/input-remapper/releases):\n\n```bash\nwget https://github.com/sezanzeb/input-remapper/releases/download/2.1.1/input-remapper-2.1.1.deb\nsudo apt install -f ./input-remapper-2.1.1.deb\n```\n\nOr install the very latest changes via:\n\n```bash\nsudo apt install git python3-setuptools gettext\ngit clone https://github.com/sezanzeb/input-remapper.git\ncd input-remapper\n./scripts/build.sh\nsudo apt purge input-remapper input-remapper-daemon input-remapper-gtk python3-inputremapper\nsudo apt install -f ./dist/input-remapper-2.1.1.deb\n```\n\nInput Remapper is also available in the repositories of [Debian](https://tracker.debian.org/pkg/input-remapper)\nand [Ubuntu](https://packages.ubuntu.com/oracular/input-remapper) via\n\n```bash\nsudo apt install input-remapper\n```\n\nInput Remapper ≥ 2.0 requires at least Ubuntu 22.04.\n\n\u003cbr/\u003e\n\n### Fedora\n\n```bash\nsudo dnf install input-remapper\nsudo systemctl enable --now input-remapper\n```\n\n\u003cbr/\u003e\n\n### Arch\n\n```bash\nyay -S input-remapper-git\nsudo systemctl enable --now input-remapper\n```\n\n\u003cbr/\u003e\n\n### Other Distros\n\nFigure out the packages providing those dependencies in your distro, and install them:\n`python3-evdev` ≥1.3.0, `gtksourceview4`, `python3-devel`, `python3-pydantic`,\n`python3-pydbus`, `python3-psutil`\n\nYou can also use pip to install some of them. Python packages need to be installed\nglobally for the service to be able to import them. Don't use `--user`. Conda and such\nmay also cause problems due to changed python paths and versions.\n\n```bash\nsudo pip install evdev pydantic pydbus PyGObject setuptools\n```\n\n```bash\ngit clone https://github.com/sezanzeb/input-remapper.git\ncd input-remapper\nsudo python3 setup.py install\nsudo systemctl enable --now input-remapper\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsezanzeb%2Finput-remapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsezanzeb%2Finput-remapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsezanzeb%2Finput-remapper/lists"}