>
> The file is called Fusion.hotkeys, and it goes in
> Fusion rofiles\Default. It's not there normally (all hotkeys are
> built-in), and we haven't got around to documenting it yet (patience is
> still a virtue), but for the brave:
>
> In the console, type
>
> fu.HotkeyManager:SaveHotkeys()
>
> This will dump all built-in hotkeys to the Fusion.hotkeys file, so you
> can get an idea of the syntax. For example:
>
> {
> View = {
> SHIFT_V = "self:SwapSubView()",
> },
> }
>
> The SHIFT_V identifier refers to the key + modifiers that are pressed,
> the quoted string can contain any standard script commands, and "self"
> refers to the parent object (View, in this case). "fusion" and
> "composition" are also valid. More valid key identifiers are listed here
> (just remove the "VK_" prefix):
本文地址:http://www.cg3000.com/html/cgTutorials/Movies/DigitalFusion/20070930/DF5dekuaijiejiandingzhijiaocheng_39439.shtml


当前位置 :