Hi Malcolm, In my editor I see those bindkeys as the following SKILL definitions: Shift-F => hiGetCurrentWindow()->stopLevel = dbGetMaxHierDepth()-1 Ctrl-F => leSetStopLevelToEditLevel(hiGetCurrentWindow()) You may also like to use the + / - keys: leIncrementStopLevelByOne(hiGetCurrentWindow()) leDecrementStopLevelByOne(hiGetCurrentWindow()) You should be able to find these definitions in the file: `cds_root virtuoso`/tools/dfII/samples/local//leBindKeys.il Best regards, Lawrence.
↧