Messages - DyNama [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 15next
21
Coding Snacks / Re: re-map capslock function
« on: December 26, 2013, 01:47 PM »
Probably what you're looking for hgondalf:

*$Capslock::
SetStoreCapslockMode,On
If !GetKeyState("Control","P"){
Send,{Shift down}
KeyWait,CapsLock
Send,{Shift up}
}else If GetKeyState("CapsLock","T")
SetCapsLockState,Off
else SetCapsLockState,On
return

I too remap the Capslock key. This works great, AfterLemon, except for one thing, which i find happens every time i attempt to remap this key on my win7 x64 laptop, that the first press of the remapped key takes windows' focus off the active window for a significant period of time, perhaps as much as 4 seconds, during which any keypresses are eaten. with your script running, i started typing, and kept typing while i held down the capslock key, the next 7 keystrokes were eaten. the point for me to remap the key is so clumsily pressing the wrong key doesn't stop me from continuing to type. can this be fixed?

22
Glad you find TIMU useful DyNama. I've implemented some of your suggestions. Hope they work for you.

Yes, very handy! i can take that search string, break it into lines, sort it, then join all the lines back into the search string, now all in the same program! Thanx, phitsc!

23
Kyrathaba Software / Re: Kyrathaba's Text File Duplicate Finder
« on: December 12, 2013, 04:48 PM »
TFDF will replace some unregistered shareware i use! Thanx!

24
I like! The first thing i thought to use this for is joining and splitting lists of tv show episodes marked by the tv listing program i use, Digiguide. It keeps a continuous list as a search string:

"A Grave Matter" OR "A Vicious Cycle" OR "Cat's Claw" OR "Children of Ghosts" OR "Dead to Rights" OR "Deja Boo" OR "Delia's First Ghost" OR "Dont Try This At Home" OR "Drowned Lives" OR "Ghost, Interrupted" OR "Haunted Hero" OR "Love Never Dies (Part 1 of 2)" OR "Mean Ghost" OR "No Safe Place" OR "Speed Demon " OR "The Collector" OR "The Cradle Will Rock" OR "The Curse of the Ninth" OR "The Gathering" OR "The Ghost Within" OR "The Prophet" OR "The Underneath"

if i paste the list in the top box & choose List | Split on the menu list and type "OR" in the middle box, TIMU breaks my list nicely into separate lines…except it is treating both "O" and "R" as delimiters. Thus it breaks "Dead To Rights" into "Dead To" and "ights". it would be handy to be able to specify the entire word "OR" as the delimiter, or even " OR ". An alternative would be to add "Simple & Replace" to the Search function, allowing me to replace all " OR "s with a neutral single character, say "&".

Then when i paste a CRLF-delimited list in the top box, i'd like Sort | A-Z to produce a sorted list by lines, not by words.

Finally, a button to transfer the text in the bottom box up into the top box for further processing would be nice.

TIMU looks like it could come in handy! Thanx!

25
Finished Programs / Re: DONE: Sync folders by renaming files
« on: June 06, 2013, 03:52 PM »
4wd, i am satisfied. it's a very nice program, saves me a lot of time, and ensures i don't lose my file notes in a disk failure. i'm going to put a shortcut to it on my start menu.

i concede that checksum makes the file matching almost perfect, and programs should be robust enough to do the job and not make mistakes, but i'm happy enough with size + date most of the time identifying distinct and unique files without making me wait. even on an i5 core computer, i appreciate tasks being fast enough so i don't get distracted. i may never notice files renamed wrongly as these are just the backups. now i'll have the logs too, and i will keep them―for some reason i've kept activity logs from my computers since 2004! i even upload them to the cloud!

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 15next
Go to full version