You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: macro/MacroTagCollection.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ public MacroTagCollection()
38
38
Add(newMacroTag(MacroTagSpec.Second,"Second of "+DateTime.Now.ToString(MacroParser.TimeFormat)+" ("+DateTime.Now.ToString(MacroParser.SecondFormat)+")"));
39
39
Add(newMacroTag(MacroTagSpec.Millisecond,"Millisecond of "+DateTime.Now.ToString(MacroParser.TimeFormat)+" ("+DateTime.Now.ToString(MacroParser.MillisecondFormat)+")"));
40
40
Add(newMacroTag(MacroTagSpec.Count,"Number of screen capture cycles during the current screen capture session"));
41
+
Add(newMacroTag(MacroTagSpec.User,"Name of logged in user ("+Environment.UserName+")"));
42
+
Add(newMacroTag(MacroTagSpec.Machine,"Name of machine being used ("+Environment.MachineName+")"));
0 commit comments