Search Criteria
Package Details: input-remapper-git 2.2.0.r9.g0e1e0be9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/input-remapper-git.git (read-only, click to copy) |
|---|---|
| Package Base: | input-remapper-git |
| Description: | A tool to change and program the mapping of your input device buttons. |
| Upstream URL: | https://github.com/sezanzeb/input-remapper/ |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | input-remapper, key-mapper |
| Provides: | input-remapper |
| Submitter: | sezanzeb |
| Maintainer: | sezanzeb |
| Last Packager: | sezanzeb |
| Votes: | 48 |
| Popularity: | 3.34 |
| First Submitted: | 2022-01-01 12:10 (UTC) |
| Last Updated: | 2025-12-25 15:11 (UTC) |
Dependencies (12)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- gtksourceview4
- python-cairo (python-cairo-gitAUR)
- python-dasbus
- python-evdev
- python-gobject
- python-packaging
- python-psutil
- python-pydantic
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-pip (make)
- xorg-xmodmap (optional) – symbol names matching the keyboard layout
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Matalonder commented on 2025-12-30 19:18 (UTC) (edited on 2025-12-30 19:18 (UTC) by Matalonder)
The
ModuleNotFoundErrorwill come up for everyone who has a per-user python lib (like~/.local/lib/python3.13/site-packages). Install script autodetects the installation path (or something like that, I'm not 100% sure), and this one will come up first in the list.Should work fine for everyone who doesn't keep per-user packages.
I was able to fix it by using:
in the PKGBUILD instead of the current line
nich23 commented on 2025-12-15 11:13 (UTC)
Aarch64 architecture
TNE commented on 2025-10-30 06:10 (UTC)
This package needs python-setuptools as a normal dependency, not just a make dependency. The application does not function otherwise.
muffin82 commented on 2025-10-17 18:43 (UTC)
why is this flagged ? installed without issues
terrorwolf commented on 2025-10-04 14:42 (UTC)
Just installed it and can use it without Problems.
Maziar commented on 2025-09-24 15:52 (UTC)
for autoload i think need:
Create override directory
sudo mkdir -p /etc/systemd/system/input-remapper.service.d
Create override file with autoload trigger
sudo tee /etc/systemd/system/input-remapper.service.d/autoload.conf << 'EOF' [Service] ExecStartPost=/bin/sleep 5 ExecStartPost=/usr/bin/input-remapper-control --command autoload EOF
Reload and restart
sudo systemctl daemon-reload sudo systemctl restart input-remapper
Obseer commented on 2025-09-21 21:31 (UTC)
This is broken for me also:
Seems like the Python env is set up incorrectly by the package.
lucasheringer commented on 2025-05-27 15:08 (UTC)
Looks like package is broken
dreieck commented on 2025-02-09 14:50 (UTC)
You need to make the license identifier SPDX compliant:
Also,
python-richmight be an optional dependency:Regards and thanks for the package!
saghm commented on 2024-12-01 22:41 (UTC)
From playing around with this a bit more, this might not actually be a new issue, and there might be something weird with my own local setup. I'll follow-up (either here or on a new Github issue as appropriate) if I do find something I think is a bug, but for now I think you can ignore my previous comment.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »