Le dépôt ne contenait que README.md ; ajout de l'intégralité du code fonctionnel du fork comme socle stable de la branche de release. L'état runtime d'orchestration (.ideai/) est exclu du suivi. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright [year] [name] -->
|
|
<component type="desktop-application">
|
|
<id>io.github.sezanzeb.input_remapper</id>
|
|
|
|
<name>Input Remapper</name>
|
|
<summary>An easy to use tool to change the mapping of your input device buttons</summary>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
|
|
<supports>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
<control>gamepad</control>
|
|
</supports>
|
|
|
|
<description>
|
|
<p>
|
|
An easy to use tool to change the mapping of your input device buttons. Supports mice, keyboards, gamepads, X11, Wayland, combined buttons and programmable macros. Allows mapping non-keyboard events (click, joystick, wheel) to keys of keyboard devices.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">input-remapper-gtk.desktop</launchable>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Defining a new mapping</caption>
|
|
<image>https://raw.githubusercontent.com/sezanzeb/input-remapper/main/readme/screenshot.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.githubusercontent.com/sezanzeb/input-remapper/main/readme/screenshot_2.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<url type="homepage">https://github.com/sezanzeb/input-remapper</url>
|
|
|
|
<content_rating type="oars-1.1" />
|
|
|
|
<releases>
|
|
<release version="1.5.0" date="2022-06-22" />
|
|
</releases>
|
|
|
|
</component>
|