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 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: keyd
Section: utils
Priority: optional
Maintainer: Richard Hansen <rhansen@rhansen.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3,
scdoc,
Standards-Version: 4.7.2
Homepage: https://github.com/rvaiya/keyd
Vcs-Browser: https://salsa.debian.org/debian/keyd
Vcs-Git: https://salsa.debian.org/debian/keyd.git
Package: keyd
Architecture: linux-any
Multi-Arch: foreign
Depends:
# passwd is only required for groupadd/groupdel in keyd.postinst/keyd.postrm
passwd,
${shlibs:Depends},
${misc:Depends},
Description: keyboard key remapping daemon
keyd is a system-wide key remapping daemon which supports features like
layering, oneshot modifiers, and macros. In its most basic form it can be used
to define a custom key layout that persists across display server boundaries
(e.g wayland/X/tty).
Package: keyd-application-mapper
Architecture: all
Multi-Arch: foreign
Depends:
keyd,
${python3:Depends},
${misc:Depends},
Recommends:
python3-xlib,
Description: keyboard key remapping daemon - application-specific remapper
keyd is a system-wide key remapping daemon which supports features like
layering, oneshot modifiers, and macros. In its most basic form it can be used
to define a custom key layout that persists across display server boundaries
(e.g wayland/X/tty).
.
This package provides a keyd companion daemon that adds support for
application-specific key bindings by watching for window focus changes. At the
moment, X, Sway, and GNOME are supported.
|