Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Feb 27, 2023
2 parents 3207ea6 + 115fb78 commit 4c41f8c
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: sezanzeb
ko_fi: jonasbosse
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
44 changes: 44 additions & 0 deletions data/io.github.sezanzeb.input_remapper.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?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.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>
1 change: 1 addition & 0 deletions po/fr.po
Loading

0 comments on commit 4c41f8c

Please sign in to comment.