def tools def p4-edit caption = P4 Edit command = p4 arguments = edit $(FilePath) hot-key = CTRL+E auto-close = true end def p4-diff caption = P4 Diff command = p4win arguments = -D $(FilePath) hot-key = CTRL+D auto-close = true end def p4-history caption = P4 Revision history command = p4win arguments = -H $(FilePath) auto-close = true end end