ShareThis

Thursday, June 14, 2012

Google Docs chat show timestamp?

Is there a way to show the timestamp for Google Docs chat?


The short answer, No. There are ways around it though;


Example: Download AutoHotKey and paste the following into a script:


+!d:: ;Shift-Alt-D: Insert current date
SendInput %A_DD%/%A_MM%/%A_YYYY%
return
See more solutions here.

1 comments:

That’s really helpful for those who want quick workarounds in Docs had no idea about the AutoHotKey trick! I’ve been testing some editing features for collaborative platforms lately with EmailToolTester and this tip is definitely getting bookmarked.

Post a Comment