From a7a37056f0d332416b688353a84be0783142ffa6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 14 Aug 2013 00:22:05 +0200 Subject: Initial commit --- .matchbox/kbdconfig | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .matchbox/kbdconfig (limited to '.matchbox/kbdconfig') diff --git a/.matchbox/kbdconfig b/.matchbox/kbdconfig new file mode 100644 index 0000000..84cce49 --- /dev/null +++ b/.matchbox/kbdconfig @@ -0,0 +1,52 @@ +# +# This is an example keyboard config file for matchbox +# +# You can edit this file or change per user by copying to +# ~/.matchbox/kbdconfig +# +# Se the matchbox manual for more info ( http://projects.o-hand.com/matchbox ) + +### Window operation short cuts + +n=next +p=prev +c=close +d=desktop +m=!matchbox-remote -mbmenu +q=!matchbox-remote -exit +r=!matchbox-remote -keys-reload +m=!toggleTouchpad + +### App launching. + +c=!urxvt +e=!emacsclient -ca emacs +w=!conkeror +l=!i3lock -c 000000 +1=!dmenu_run + +### App launching with startup notify + +e=!!gpe-calender + +### windows style key shortcuts + +Tab=next +Tab=prev + +space=taskmenu +escape=!matchbox-remote -mbmenu +f4=close + +f11=fullscreen + +### super should be a 'window' key, uncomment '#' if you have one. + +#d=desktop +#r=!xterm +#e=!!nautilus + +### Special keys, likely probably only available on extended keyboards. + +#App=!matchbox-remote -mbmenu +#Menu=!matchbox-remote -mbmenu -- cgit v1.3-2-g0d8e