1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: antimicro
Section: utils
Priority: optional
Maintainer: Laurent Arnoud <laurent@spkdev.net>
Homepage: https://github.com/AntiMicroX/antimicrox
Build-Depends: debhelper-compat (= 13), cmake, extra-cmake-modules,
gettext, itstool, libsdl2-dev, libx11-dev, libxi-dev, libxtst-dev,
lsb-release, pkgconf, qttools5-dev, qttools5-dev-tools,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/spk-guest/antimicro.git
Vcs-Browser: https://salsa.debian.org/spk-guest/antimicro
Package: antimicro
Architecture: any
Provides: antimicrox
Conflicts: antimicrox
Replaces: antimicrox
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: evtest, joystick
Description: GUI for mapping keyboard keys and mouse controls to a gamepad
AntiMicroX is a graphical program used to map keyboard keys and mouse
controls to a gamepad. This program is useful for playing PC games
using a gamepad that do not have any form of built-in gamepad support.
However, you can use this program to control any desktop application
(while running an X11 environment) with a gamepad.
.
https://github.com/AntiMicroX/antimicrox-profiles is a repository for
pre-made AntiMicroX profiles, providing convenience controller layouts
suitable for playing a game without having to map everything yourself.
.
Use evtest, or perhaps jstest from the joystick package, if you
encounter problems detecting a controller, axes or buttons.
|