#
# HELP: SYNOPSIS:
# HELP:     voxren/bfs/setupfkeys
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set up the function keys F9, F11 and F12 to mean "do BFS",
# HELP:     "protect class 6 to 2", "undo class 6 to 0".
#
FKEY_SET 9 BFS $ {$global.pointer.voxel.x} $ {$global.pointer.voxel.y} $ {$global.pointer.voxel.z}
FKEY_SET 11 MARKCC 6 2
FKEY_SET 12 MARKCC 6 0
