From: Matthias Hentges Date: Mon, 27 Mar 2006 18:17:39 +0000 (+0000) Subject: keylaunch: X-Git-Tag: Release-2010-05/1~9453^2~2114^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c49ca03295c8be002a9ebd649f9023d26314ac9;p=openembedded.git keylaunch: - Adjust keylaunchrc for akita / spitz / borzoi - Add a DEPENDS / RDEPENDS to "display-bightness" on openzaurus - Akita / spitz / borzoi can now change their displays bightness via the default Fn key combinations - Also mapped "Home" to switch between open windows and Fn+Home to show the desktop --- diff --git a/packages/keylaunch/files/akita/keylaunchrc b/packages/keylaunch/files/akita/keylaunchrc index e0b729a508..8ef83c2830 100644 --- a/packages/keylaunch/files/akita/keylaunchrc +++ b/packages/keylaunch/files/akita/keylaunchrc @@ -1,6 +1,10 @@ -key=....F9:-:gpe-calendar -key=....F10:-:gpe-contacts +key=....F9:-:gpe-contacts +key=....F10:-:gpe-calendar key=....F13:-:sylpheed -key=....F12:-:gpe-mini-browser -key=...*F18:-:display-brightness.sh down -key=...*F19:-:display-brightness.sh up +key=....F12:-:~matchbox-remote -next +key=...*F12:-:~matchbox-remote -desktop +#key=....F11:-:~matchbox-remote -menu +#key=...*1:-:~zoom out +#key=...*2:-:~zoom in +key=...*3:-:~display-brightness.sh down +key=...*4:-:~display-brightness.sh up diff --git a/packages/keylaunch/files/borzoi/keylaunchrc b/packages/keylaunch/files/borzoi/keylaunchrc index e0b729a508..8ef83c2830 100644 --- a/packages/keylaunch/files/borzoi/keylaunchrc +++ b/packages/keylaunch/files/borzoi/keylaunchrc @@ -1,6 +1,10 @@ -key=....F9:-:gpe-calendar -key=....F10:-:gpe-contacts +key=....F9:-:gpe-contacts +key=....F10:-:gpe-calendar key=....F13:-:sylpheed -key=....F12:-:gpe-mini-browser -key=...*F18:-:display-brightness.sh down -key=...*F19:-:display-brightness.sh up +key=....F12:-:~matchbox-remote -next +key=...*F12:-:~matchbox-remote -desktop +#key=....F11:-:~matchbox-remote -menu +#key=...*1:-:~zoom out +#key=...*2:-:~zoom in +key=...*3:-:~display-brightness.sh down +key=...*4:-:~display-brightness.sh up diff --git a/packages/keylaunch/files/spitz/keylaunchrc b/packages/keylaunch/files/spitz/keylaunchrc index e0b729a508..8ef83c2830 100644 --- a/packages/keylaunch/files/spitz/keylaunchrc +++ b/packages/keylaunch/files/spitz/keylaunchrc @@ -1,6 +1,10 @@ -key=....F9:-:gpe-calendar -key=....F10:-:gpe-contacts +key=....F9:-:gpe-contacts +key=....F10:-:gpe-calendar key=....F13:-:sylpheed -key=....F12:-:gpe-mini-browser -key=...*F18:-:display-brightness.sh down -key=...*F19:-:display-brightness.sh up +key=....F12:-:~matchbox-remote -next +key=...*F12:-:~matchbox-remote -desktop +#key=....F11:-:~matchbox-remote -menu +#key=...*1:-:~zoom out +#key=...*2:-:~zoom in +key=...*3:-:~display-brightness.sh down +key=...*4:-:~display-brightness.sh up diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb index f84cd35b33..c0d0b2c44a 100644 --- a/packages/keylaunch/keylaunch_2.0.10.bb +++ b/packages/keylaunch/keylaunch_2.0.10.bb @@ -1,6 +1,9 @@ inherit gpe DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch" +DEPENDS_append_openzaurus = " display-brightness" +RDEPENDS_append_openzaurus = " display-brightness" + SECTION = "gpe" LICENSE = "GPL" DESCRIPTION = "A small utility for binding commands to a hot key.\ @@ -10,7 +13,7 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\ program is already running, keylaunch can bring its window to the front\ rather than just running another copy." PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r0" +PR = "r1" SRC_URI += " file://keylaunchrc"