
init				find Console moveto 500 0 lower

key Down			warp 0 100
key Up				warp 0 -100
key Left			warp -100 0
key Right			warp 100 0

key shift Up			move 0 -100 warp 0 -100
key shift Left			move -100 0 warp -100 0
key shift Right			move 100 0 warp 100 0
key shift Down			move 0 100 warp 0 100

key control Up			size 0 -100 warptowindow
key control Left		size -100 0 warptowindow
key control Right		size 100 0 warptowindow
key control Down		size 0 100 warptowindow

key meta Up			screen 0 -500
key meta Left			screen -500 0
key meta Right			screen 500 0
key meta Down			screen 0 500

key meta shift Up		carry 0 -500
key meta shift Left		carry -500 0
key meta shift Right		carry 500 0
key meta shift Down		carry 0 500

#if rt || rsaix
#define Find Insert
#define Help Home
#define Select Delete
#endif
key Find			lower
key shift Find			raise
key shift Tab			next raise warptowindow
key control Tab			prev raise warptowindow
key Help			screento 0 0

key Prior			screento 0 0 find xterm moveto 50 50 sizeto 800 400 raise warptowindow 
key Next			screento 1000 0 find xterm moveto 0 0 sizeto 1000 800 raise warptowindow 
key Select			screento 0 0 find emacs moveto 0 0 raise warptowindow
key shift Select		screento 0 0 find emacs moveto 0 0 raise warptowindow find xterm moveto 500 10 sizeto 500 170 raise find emacs warptowindow

key F1				screento 0 0
key F2				screento 0 1000
key F3				screento 0 2000
key F4				screento 0 3000


anymode 

key KP_0			setmode 100



mode 100

key shift Down			find xterm move 0 100
key shift Up			find xterm move 0 -100
key shift Left			find xterm move -100 0
key shift Right			find xterm move 100 0

key control Up			find xterm size 0 -100 
key control Left		find xterm size -100 0 
key control Right		find xterm size 100 0 
key control Down		find xterm size 0 100 

key meta Up			screen 0 -500
key meta Left			screen -500 0
key meta Right			screen 500 0
key meta Down			screen 0 500

key meta shift Up		find xterm carry 0 -500
key meta shift Left		find xterm carry -500 0
key meta shift Right		find xterm carry 500 0
key meta shift Down		find xterm carry 0 500

endmode

key KP_9			iconify 
key KP_8			deiconify


/*

mousedown meta middle		setmode 10

mode 10

mouse motion			resize x y
mouseup any middle		endmode

endmode

*/

