void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

New package: input-remapper-2.2.0

Open Soulful-Sailer opened this issue 3 weeks ago • 2 comments

Testing the changes

  • I tested the changes in this PR: YES
    • Tested to confirm service starts and program does remap keyboard keys

New package

Local build testing

  • I built this PR locally for my native architecture, x86_64-glibc
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • aarch64 (crossbuild)
    • aarch64-musl (crossbuild)
    • armv6l (crossbuild)
    • armv6l-musl (crossbuild)

Soulful-Sailer avatar Dec 06 '25 19:12 Soulful-Sailer

This package should just be called input-remapper.

ahesford avatar Dec 14 '25 01:12 ahesford

This package should just be called input-remapper.

Okay fixed, sorry I wasn't sure because this is built as a python module

Soulful-Sailer avatar Dec 14 '25 05:12 Soulful-Sailer

If a package is mostly intended as a user tool, we omit the language prefix (most often python3) because the language is an irrelevant detail of the implementation. One could rewrite the tool in another language and a user would not need to notice the difference.

If a package is mostly intended as a programming tool from within the language of the implementation, we include the language prefix in the package name.

ahesford avatar Dec 14 '25 11:12 ahesford