From: Matthias Hentges Date: Fri, 26 May 2006 09:24:41 +0000 (+0000) Subject: keylaunch: Akita: Swap Calendar and Address key binding, closing bug #1026 X-Git-Tag: Release-2010-05/1~9453^2~1617^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aecccaefd0a9a119f444e77fe0e52bd690f81961;p=openembedded.git keylaunch: Akita: Swap Calendar and Address key binding, closing bug #1026 --- diff --git a/packages/keylaunch/files/akita/keylaunchrc b/packages/keylaunch/files/akita/keylaunchrc index f5e1fd70be..0379c719c4 100644 --- a/packages/keylaunch/files/akita/keylaunchrc +++ b/packages/keylaunch/files/akita/keylaunchrc @@ -1,5 +1,5 @@ -key=....F9:-:gpe-contacts -key=....F10:-:gpe-calendar +key=....F9:-:gpe-calendar +key=....F10:-:gpe-contacts key=....F13:-:sylpheed key=....F12:-:~matchbox-remote -next key=...*F12:-:~matchbox-remote -desktop diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb index 26284f68ce..c06c9c4587 100644 --- a/packages/keylaunch/keylaunch_2.0.10.bb +++ b/packages/keylaunch/keylaunch_2.0.10.bb @@ -13,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 = "r3" +PR = "r4" SRC_URI += " file://keylaunchrc"