File: control

package info (click to toggle)
keymapper 0.5.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 308 kB
  • ctags: 210
  • sloc: python: 1,611; makefile: 68; sh: 6
file content (17 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: keymapper
Section: utils
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Uploaders: Matthias Urlichs <smurf@debian.org>
Standards-Version: 3.7.2
Build-Depends: yapps2, python-all-dev (>= 2.3.5-11), python-support (>= 0.4), debhelper (>= 5.0.37.2)

Package: keymapper
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, xkb-data | xkeyboard-config, yapps2-runtime (>= 2.1.1-17)
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.