// Keyboard shortcut definition for WindowMaker
//
// This file is included from preferences

// Key specifiers may be:
// <Modifier>+<KeySym>
// Where modifier is any number of modifiers separated by +
// The modifiers are: Shift, Control, Alt, Meta, Super and Hyper
//
// Valid KeySym values can be found at
// /usr/include/X11/keysymdef.h (the leading XK_ must be removed)
// ex.:
// Meta+F10  	meta and F10

// Open/Close or raise root menu
RootMenu=	F12

// Miniaturize focused window
Miniaturize=	Alt+M

// Hide focused application 
Hide=		Control+Alt+H

// Maximize focused window
Maximize=	F10

// Close focused window
Close=		Alt+F4
// Don't want to use Alt+W, because it may cause headaches when using EMACS ;-)

// Raise focused window
Raise=		Alt+Up
  
// Lower focused window
Lower=		Alt+Down
  
// Raise or Lower focused window
RaiseLower=	F11

// Shade/unshade focused window
Shade=		F9

// Set focus to next window
FocusNext=	Alt+Tab
// Set focus to previous window
FocusPrev=	Alt+Shift+Tab

// Switch to next workspace
NextWorkspace=	Alt+equal
  
// Switch to previous workspace
PrevWorkspace=	Alt+minus

// Switch to workspace
Workspace1=	Alt+1
Workspace2=	Alt+2
Workspace3=	Alt+3
Workspace4=	Alt+4
Workspace5=	Alt+5
Workspace6=	Alt+6
Workspace7=	Alt+7
Workspace8=	Alt+8
Workspace9=	Alt+9
