File: control

package info (click to toggle)
keymapper 0.6.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: python: 2,078; makefile: 24; sh: 6
file content (18 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: keymapper
Section: utils
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.7.2
Build-Depends: yapps2, python3, debhelper-compat (= 13), dh-python
Vcs-Git: https://salsa.debian.org/debian/keymapper.git
Vcs-Browser: https://salsa.debian.org/debian/keymapper

Package: keymapper
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, xkb-data, python3-yapps
Suggests: graphviz
Description: Keyboard map decision tree builder and interpreter
 This package implements an alternate way to let a user decide which
 keyboard map to use. It generates a decision tree and then asks the
 user to press a couple of keys. Depending on which keycode is returned,
 the list of possible keyboards is pruned until there is only one left.