Add a matchbox kbdconfig
This commit is contained in:
parent
c2f9d4c206
commit
a9cdfa0617
@ -27,6 +27,7 @@ activities/Makefile
|
|||||||
activities/browser/Makefile
|
activities/browser/Makefile
|
||||||
activities/chat/Makefile
|
activities/chat/Makefile
|
||||||
shell/Makefile
|
shell/Makefile
|
||||||
|
shell/data/Makefile
|
||||||
sugar/Makefile
|
sugar/Makefile
|
||||||
sugar/__installed__.py
|
sugar/__installed__.py
|
||||||
sugar/activity/Makefile
|
sugar/activity/Makefile
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
SUBDIRS = data
|
||||||
|
|
||||||
bin_SCRIPTS = sugar sugar-activity
|
bin_SCRIPTS = sugar sugar-activity
|
||||||
|
|
||||||
sugardir = $(pkgdatadir)/shell
|
sugardir = $(pkgdatadir)/shell
|
||||||
|
4
shell/data/Makefile.am
Normal file
4
shell/data/Makefile.am
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
confdir = $(sysconfdir)/matchbox
|
||||||
|
conf_DATA = kbdconfig
|
||||||
|
|
||||||
|
EXTRA_DIST = kbdconfig
|
9
shell/data/kbdconfig
Normal file
9
shell/data/kbdconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# This is the sugar keyboard configuration for matchbox
|
||||||
|
|
||||||
|
### Window operation short cuts
|
||||||
|
|
||||||
|
<Alt>n=next
|
||||||
|
<Alt>p=prev
|
||||||
|
<Alt>c=close
|
||||||
|
f1=desktop
|
||||||
|
f2=!sugar-people
|
Loading…
Reference in New Issue
Block a user