File: control

package info (click to toggle)
xbindkeys 1.8.6-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 736 kB
  • ctags: 145
  • sloc: sh: 3,147; ansic: 2,170; lisp: 60; tcl: 39; makefile: 28
file content (24 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: xbindkeys
Section: x11
Priority: optional
Maintainer: Joerg Jaspert <joerg@debian.org>
Uploaders: Ricardo Mones <mones@debian.org>
Build-Depends: debhelper (>= 9), libx11-dev, libxt-dev, guile-2.0-dev, autotools-dev
Standards-Version: 3.9.5
Homepage: http://www.nongnu.org/xbindkeys/

Package: xbindkeys
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: wish, xbindkeys-config
Description: Associate a combination of keys or mouse buttons with a shell command
 xbindkeys is a program that allows you to launch shell commands with
 your keyboard or your mouse under the X Window System.
 It links commands to keys or mouse buttons, using a configuration file.
 It's independent of the window manager and can capture all keyboard keys
 (ex: Power, Wake...).
 .
 It optionally supports a guile-based configuration file layout, which enables
 you to access all xbindkeys internals, so you can have key combinations,
 double clicks or timed double clicks take actions. Also all functions that work
 in guile will work for xbindkeys.