Advertisement
Guest User

Untitled

a guest
May 19th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. General
  3. */
  4.     :oc:(c)::©
  5.     :oc:(tm)::™
  6.     :oc:-->::→
  7.     :oc:<--::←
  8.     :oc:;<3::♥
  9.     :oc:;cloud::☁
  10.     :oc:;check::✓
  11.     :oc:;lod::ಠ_ಠ
  12.     :oc:;flipt::(╯°□°)╯︵ ┻━┻
  13.     :oc:;pface::( ͡° ͜ʖ ͡°)
  14.     :oc:;star::★
  15.     :oc:;estar::☆
  16.     :oc:;1/5::★☆☆☆☆
  17.     :oc:;2/5::★★☆☆☆
  18.     :oc:;3/5::★★★☆☆
  19.     :oc:;4/5::★★★★☆
  20.     :oc:;5/5::★★★★★
  21.     ::;date:: ;Insert current date
  22.     FormatTime, T, %A_Now%, yyyy-MM-dd ; 2011-07-25
  23.     SendInput %T%
  24.     return
  25.  
  26.     ::;time:: ;Insert current time
  27.     FormatTime, T, %A_Now%, hh:mm:sstt ; 09:24:20AM
  28.     SendInput %T%
  29.     return
  30.  
  31.     +!d:: ;Shift-Alt-D: Insert current date and time stamp
  32.     FormatTime, T, %A_Now%, yyyy-MM-dd hh:mm:ss tt ; 2012-01-24 10:54:31 PM - works in LibreOffice, Google Spreadsheet, Excel
  33.     SendInput %T%
  34.     return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement