diff options
author | Chris Lord <chris@openedhand.com> | 2005-04-05 23:26:02 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-04-05 23:26:02 +0000 |
commit | 594e55f56fea7aab2a31908cba42835d51905801 (patch) | |
tree | c4af3952f19347858b512f0d1db9ef6d99e720e2 | |
parent | c1018a8a37e56f4b6a3d5739a1d22f82196e8850 (diff) |
Extra keybinding for collie/gpe
BKrev: 42531e8aEWQ7kS1EBv-wXPkzR-GWPg
-rw-r--r-- | packages/matchbox-wm/matchbox-wm/collie/kbdconfig | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/packages/matchbox-wm/matchbox-wm/collie/kbdconfig b/packages/matchbox-wm/matchbox-wm/collie/kbdconfig index e69de29bb2..d56625f394 100644 --- a/packages/matchbox-wm/matchbox-wm/collie/kbdconfig +++ b/packages/matchbox-wm/matchbox-wm/collie/kbdconfig @@ -0,0 +1,54 @@ +# +# 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 + +<Alt>n=next +<Alt>p=prev +<Alt>c=close +<Alt>d=desktop +<Alt>m=!matchbox-remote -mbmenu + +### App launching. + +<ctrl><alt>x=!xterm +<ctrl><alt>r=!rxvt + +### App launching with startup notify + +<ctrl><alt>e=!!gpe-calender + +### windows style key shortcuts + +<alt>Tab=next +<alt><shift>Tab=prev + +<alt>space=taskmenu +<alt>escape=!matchbox-remote -mbmenu +<alt>f4=close + +f11=fullscreen + +### super should be a 'window' key, uncomment '#' if you have one. + +#<super>d=desktop +#<super>r=!xterm +#<super>e=!!nautilus + +### Special keys, likely probably only available on extended keyboards. + +#App=!matchbox-remote -mbmenu +#Menu=!matchbox-remote -mbmenu + +# Shortcut keys for collie +XF86Calendar=!$gpe-calendar +telephone=!$gpe-contacts +XF86Start=!matchbox-remote -desktop +F2=!matchbox-remote -mbmenu +XF86Mail=!$gpe-taskmanager +Escape=close |