You are not logged in.

#1 2003-10-04 17:12:03

whatah
Member
Registered: 2003-08-10
Posts: 114

xbindkeys and xbindkeys_config

xbindkeys is a program to allow you to bind keyboard/mouse combinations to commands. It is especially useful for binding keys to those useless multimedia keys (i.e. the ones on my laptop).  At http://www.netchampagne.com/xbindkeys_c … _help.html there are some useful key combinations to look at.  xbindkeys_config is a gui for xbindkeys.

edit: xbindkeys has no dependencies except X (i think), xbindkeys_show (included in the xbindkeys package) depends on tk and xbindkeys_config depends on gtk.

# Contributor: John Schwinghammer <spacemonkey@insocada.com>
# Username: Vardyr

pkgname=xbindkeys
pkgver=1.7.1
pkgrel=1
pkgdesc="Allows launching of shell commands with keyboard or mouse in X"
url="http://hocwp.free.fr/xbindkeys/"
depends=('xfree86' 'guile')
source=(http://hocwp.free.fr/xbindkeys/xbindkeys-$pkgver.tar.gz)
md5sums=('9176ee5d331160dc3dfafc41e8ec6925')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

Board footer

Powered by FluxBB