#mouse gestures:

DL exit 

U exec (cd ;xterm)

D minimize 

DRU kill 

UDU exec firefox

UD display_gests 

LUR reconf

RU raise
RD lower

# any key sym from X11/keysymdef.h can be placed here...
#the following are for good for e17 (my desktop):

#send "A":
LRL root_send Shift_L+A

#move arounf the desktops
L root_send Shift_L+Alt_L+Left
R root_send Shift_L+Alt_L+Right
LU root_send Shift_L+Alt_L+Up
LD root_send Shift_L+Alt_L+Down

DU root_send Alt_L+Tab

#close a window
DR root_send Control_L+Alt_L+X


#type "exit"
LURD root_send E+X+I+T+Return

