topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 12:22 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cmori [ switch to compact view ]

Pages: [1]
1
Screenshot Captor / How to name file as HourMinuteSecond taken?
« on: March 16, 2014, 11:14 AM »
I just did a search in Screenshot Captor forum for filenaming, yet did not find exactly what I wanted. 

Ques.  How to name file as HourMinuteSecond taken?

When captures named, how do I set it to make filename of capture using Hour and Minute and Second taken so it looks like this:

140501.png  (indicating 2pm on 24hr clock)
084341.png (indicating 8am...)
etc.

So far as I figured out how to edit style, it comes out like this: 
8_43_41 AM.png
while I prefer this shorter HourMinuteSecond style:  084341.png
etc.  I don't want dates.

Or as an alternative, that will work for my purpose, can I set Screenshot Captor to number each shot taken consecutively from 000001 up?  In other words, the next capture has filename 000001, then 000002, 000003 and so on.  And when I turn computer on tomorrow, captures continue where left off:  say, 000270, 000271, etc.

I appreciate any solution easy enough for me, a computer newbie, to do. 


2
Coding Snacks / Seeking autohotkey code to make input stop
« on: March 16, 2014, 10:39 AM »
I use an old simple version of Autohotkey and wish someone can provide code to make this come to a stop.  Currently, it runs on, adding other stuff after, like typing "admin" from a later hotkey (shown below). Just want #j to stop at end of line.

I have this hotkey -
#j::
Sendraw http://jpegbay.com

and have tried this -
"Send, http://jpegbay.com

 - yet it will not come to a stop.


How I use it: I put cursor in browser box, hit hotkey #j [meaning Winkey j] yet it fails. It will not stop right after .com.  Instead it continues to play another hotkey after it.

In case it helps to know, I have these hotkeys before and after #j 


#i::Send, z ;HOLD for later use.

#j::
Sendraw http://jpegbay.com
;Sleep, 100
;Send {enter}

#k::
Send, admin{tab} ; for FOSCAM page
Send, {enter}
Sleep 3000
Send, {tab} ;type



3
Coding Snacks / Seeking autohotkey to do Paste
« on: March 16, 2014, 10:32 AM »
I just started using CHS and and use default Paste keys of Ctrl Alt Q.  I use an old simple version of Autohotkey and wonder if someone can provide me with code to insert into my autohotkey.ahk that will let me do Paste by hitting of only two keys - Winkey v. 

I prefer code similar to the OLD autohotkey, which I used for last few years, since I don't want to spend time to learn the new system.  My old system uses hotkey language like this sample:


#i::Send, z ;HOLD for later use.

#j::
Sendraw http://jpegbay.com
;Sleep, 100
;Send {enter}

#k::
Send, admin{tab} ; for FOSCAM page
Send, {enter}
Sleep 3000
Send, {tab} ;type

Pages: [1]