#
# NEED_PARMS scope x y z
#
# HELP: SYNOPSIS:
# HELP:     generic/register/key/volpos_rel scope x y z
# HELP:
# HELP: DESCRIPTION:
# HELP:     Register Home/End keys for moving perpendicular to 2d view planes
#
# GGI Keys are:
# Home : 0xE038
# End  : 0xE039
REGISTER Move ${$argv[1]} KEYS PerpMoveBack "Move backwards along an axis" 0xE038 1 VOLPOS_REL ${-$argv[2]} ${-$argv[3]} ${-$argv[4]}
REGISTER Move ${$argv[1]} KEYS PerpMoveFwd  "Move forwards along an axis"  0xE039 1 VOLPOS_REL ${$argv[2]} ${$argv[3]} ${$argv[4]}
