Package Details: keyfuzz 0.2-12

Git Clone URL: https://aur.archlinux.org/keyfuzz.git (read-only, click to copy)
Package Base: keyfuzz
Description: A Utility for manipulating the scancode/keycode translation tables of keyboard drivers
Upstream URL: http://0pointer.de/lennart/projects/keyfuzz
Licenses: GPL-2.0-or-later
Submitter: N30N
Maintainer: dc138
Last Packager: dc138
Votes: 23
Popularity: 0.000002
First Submitted: 2008-09-08 20:12 (UTC)
Last Updated: 2026-07-29 09:30 (UTC)

Latest Comments

1 2 3 Next › Last »

dreieck commented on 2026-02-10 23:52 (UTC)

Ahoj,

thanks for this package!

You should change the license identifier to GPL-2.0-only or GPL-2.0-or-newer (whatever is applicable) to make it SPDX compliant:

keyfuzz E: GPL2 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards!

proninyaroslav commented on 2016-04-12 14:38 (UTC)

@dreieck Fixed, thanks.

dreieck commented on 2016-04-12 07:49 (UTC)

license needs to be an array; makepkg fails.

teekay commented on 2014-09-09 07:12 (UTC)

I couldn't find a mirror. As the source tarball is really small, I just packed it into the aurball for now...

wayfarer_rus commented on 2014-09-08 11:48 (UTC)

http://0pointer.de/lennart/projects/keyfuzz/keyfuzz-0.2.tar.gz Is not available any more: 404 Not Found. Could you please update link?

teekay commented on 2013-10-06 17:42 (UTC)

Done, thanks!

MrBougo commented on 2013-10-05 20:28 (UTC)

The manpages are placed in the wrong directory (/usr/man). Could you add --mandir=/usr/share/man to the ./configure line to fix that? Thanks!

skurk commented on 2013-08-04 12:20 (UTC)

Here's the contents of an apple_wired_kbd_iso.keyfuzz file to map F13 to Print Screen, F14 to Scroll Lock, F15 to Pause, Left Alt to Left Super, Left Command to Left Alt, Right Alt to Right Super and Right Command to Right Alt (AltGr). Feel free to include it if you wish. The file is for a Wired Apple Aluminium ISO Keyboard. # Map F13 to Print Screen 458856 99 # Map F14 to Scroll Lock 458857 70 # Map F15 to Pause 458858 119 # Map Left Alt to Left Super 458978 125 # Map Left Cmd to Left Alt 458979 56 # Map Right Alt to Right Super 458982 126 # Map Right Cmd to Right Alt 458983 100

Deciare commented on 2013-06-26 19:08 (UTC)

Sorry for slow reply, and thank you for the fix. It's working now.

teekay commented on 2013-06-17 08:04 (UTC)

@Deciare: indeed, there was a bug in my patch when the symlink is called '^event'something. E=$E should be E=$OE there (no need to turn it into a full path). Sorry for that! Fixed. Please report if it's OK now. I did test both by-id and event symlink, works here now.