https://github.com/agc93/gnome-input-remapper
Input Remapper Control extension for GNOME
https://github.com/agc93/gnome-input-remapper
gnome-shell gnome-shell-extension input-remapper
Last synced: 10 months ago
JSON representation
Input Remapper Control extension for GNOME
- Host: GitHub
- URL: https://github.com/agc93/gnome-input-remapper
- Owner: agc93
- License: gpl-3.0
- Created: 2025-07-29T02:58:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T15:56:00.000Z (11 months ago)
- Last Synced: 2025-08-02T17:41:54.810Z (11 months ago)
- Topics: gnome-shell, gnome-shell-extension, input-remapper
- Language: TypeScript
- Homepage: https://agc93.github.io/gnome-input-remapper/
- Size: 1.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Input Remapper Control for GNOME
A lightweight extension to quickly activate and stop Input Remapper presets from your GNOME top bar.
> For the extension's functionality to fully work, you'll need [Input Remapper](https://github.com/sezanzeb/input-remapper) already installed and set up.
## Documentation
You can see the [full docs here on GitHub](https://agc93.github.io/gnome-input-remapper/).
## Building the extension
If you want to build it yourself, you should be able to just clone this repository, and run `make`.
To test the extension locally:
```bash
# this will compile the extension and extract it to your home directory
make install
# now run a nested wayland session
export MUTTER_DEBUG_DUMMY_MODE_SPECS=1280x720
dbus-run-session -- gnome-shell --nested --wayland
```
> If the extension isn't already active in the nested session, open a terminal inside the session and run `gnome-extensions enable gnome-input-remapper@agc93.dev`