From a9cdfa061721a23e537bcd42185b8218963c4c18 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 19 Jul 2006 15:49:34 +0000 Subject: Add a matchbox kbdconfig --- (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 99cc075..ecf7329 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = data + bin_SCRIPTS = sugar sugar-activity sugardir = $(pkgdatadir)/shell diff --git a/shell/data/Makefile.am b/shell/data/Makefile.am new file mode 100644 index 0000000..34a0a9b --- /dev/null +++ b/shell/data/Makefile.am @@ -0,0 +1,4 @@ +confdir = $(sysconfdir)/matchbox +conf_DATA = kbdconfig + +EXTRA_DIST = kbdconfig diff --git a/shell/data/kbdconfig b/shell/data/kbdconfig new file mode 100644 index 0000000..3e8d170 --- /dev/null +++ b/shell/data/kbdconfig @@ -0,0 +1,9 @@ +# This is the sugar keyboard configuration for matchbox + +### Window operation short cuts + +n=next +p=prev +c=close +f1=desktop +f2=!sugar-people -- cgit v0.9.1