Added Camera Fly Mode (Shift F) to the toolbox.

Kent
This commit is contained in:
Kent Mein 2004-05-04 16:25:35 +00:00
parent ce816de41a
commit 84009013f6

@ -1878,6 +1878,7 @@ static TBitem tb_view[]= {
{ 0, "View All|Home", TB_PAD|'h', NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Play Back Animation|Alt A", TB_ALT|'a', NULL},
{ 0, "Camera Fly Mode|Shift F", TB_SHIFT|'f', NULL},
{ -1, "", 0, tb_do_hotkey}};