diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-27 20:47:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-27 20:47:28 +0000 |
commit | 708032118904d36953ce1f0140a2d4d65e7ea2db (patch) | |
tree | c93a5e49db9d2a927d4c5dc19e6af0339bf262e6 /packages/xkbd/xkbd_0.8.15.bb | |
parent | 5b37ae936804e8b3473d2a07819c3c894f26fd98 (diff) |
xkbd 0.8.15: Add default common slides.
* xkbd has supports for "slides", where instead of just click on key,
there's a gesture up, down, left, or right. These can be specified in
keyboard definition, and xkbd has defaults for each 4. But of 4 pristine
defaults, only 1 is useful - up is shift+key. The other are for ctrl, alt,
etc modifiers, which are less useful in real life. Instead, have following
defaults: left - backspace, right - space, down - Enter. This means that
on common xkbd file w/o slide definition, making a right-to-left gesture
anywhere on keyboard will be equivalent of backspace, etc.
Diffstat (limited to 'packages/xkbd/xkbd_0.8.15.bb')
-rw-r--r-- | packages/xkbd/xkbd_0.8.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/xkbd/xkbd_0.8.15.bb b/packages/xkbd/xkbd_0.8.15.bb index 2d070fd7ad..f27189f597 100644 --- a/packages/xkbd/xkbd_0.8.15.bb +++ b/packages/xkbd/xkbd_0.8.15.bb @@ -2,9 +2,10 @@ SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}-CVS.tar.gz \ file://libtool-lossage.patch;patch=1;pnum=1 \ file://fix-equalsign.patch;patch=1 \ file://fix-circumkey.patch;patch=1 \ + file://add-default-common-slides.patch;patch=1 \ file://xkbd.png" LICENSE = "GPL" -PR = "r2" +PR = "r3" SECTION = "x11" DEPENDS = "libxpm libxtst libxft" |