topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday December 4, 2025, 6:43 am
  • 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

Recent Posts

Pages: prev1 ... 205 206 207 208 209 [210] 211 212 213 214 215 ... 1514next
5226
Clipboard Help+Spell / Re: Some thoughts on the next version
« Last post by mouser on November 16, 2015, 09:19 AM »
Also, when I go to a Group, it should have the windows vertical scroll bar at the top. As it works now, when I change groups, the scroll bar is at the bottom, even though I have the clips ordered. CSH is the only window or program where the scroll bar starts at the bottom.

I can add an option for that.

Actually this is already an option, uncheck this:
Screenshot - 11_16_2015 , 9_20_41 AM.png




IN FACT -- IF YOU UNCHECK THAT, DOES IT FIX THE PROBLEM WITH IT SWITCHING CLIPS WHEN YOU CTRL+C?
5227
Clipboard Help+Spell / Re: Some thoughts on the next version
« Last post by mouser on November 16, 2015, 09:16 AM »
When I select a clip,  and highlight then ctrl-c a piece of the clip to place into a webpage or form, the CSH interface instantly shifts to some other, unrelated clip. I am no longer in the selected clip, and I have to find it and re-orient myself

ok that's a bug -- it's trying to switch to the NEW CLIP created by your ctrl+C, but im guessing you arent in the "NEW" group so it is getting confused. I will fix bug so that it doesnt change clips when you CTRL+C from within the program.
5228
It just means its the official current release but i didn't bother to update website or updater since 99.999% of people have no need for the fix and i hate to bug people with updater notifications so soon after previous release.  I'll make it official in a bit.
5229
Unofficial update:

v2.33.0 - Nov 13, 2014
[BugFix] Try#2 at fixing bug when using "paste clip using sendkeys" from right-click menu, the SendKeys special characters were being replace (see here); now you need to start a clip with {sendkeys} if you expect to have such replacements performed.



To explain: There are some console tools (putty, telnet) where if you want to paste some text (like login password), you cannot use Ctrl+V, and CHS must simulate typing keys (you can access this feature by right-clicking on quick paste menu item).  The sendkey simulation code is capable of simulating special keys (like control keys, etc.) using special syntax, but this special syntax made it do weird things if you are trying to paste text with characters like "!+{" in it.  So the new routine when using the senkeys method ignores such special characters by default.
5230
Find And Run Robot / Re: alias for choosing program based on file extension
« Last post by mouser on November 14, 2015, 01:39 PM »
I'm not 100% following what's going on here -- which wouldn't be the first time I don't understand my own program :)

However i will just mention one thing, in FARR there is a help page under Advanced Use / Using Alias Action Keywords:

Code: Text [Select]
  1. A new feature with FARR version 2 is the ability to specify alias names in your search string using the + prefix (just like keyword modifiers).
  2.  
  3. When an alias name is specified in this way, anywhere on the search string, it does not effect search, but it will cause the alias results to be displayed AFTER the result file is selected, with the selected file name as argument $$1 in the alias.
  4.  
  5. In this way, you can perform a normal file/folder search and then launch a specific alias command with that file/folder as an ARGUMENT.
  6.  
  7. For example, you could create an alias named hexedit
  8. whose result contents are:
  9. C:\Program Files\HexEditors\HexEdit.exe "$$1"
  10.  
  11. Now you can type in your search (where mydocsearch is something like "C:\Users\myfile.txt"):
  12. mydocsearch +hexedit
  13.  
  14. As you type mydocsearch words, FARR will let you search for files as normal.
  15. After you choose the result, instead of launching the result file, you will be presented with
  16. C:\Program Files\HexEditors\HexEdit.exe "SELECTEDFILE"
  17. Which you can then launch.
  18.  
  19.  
  20. NOTE:
  21. You can use the same keyword for both alias names and search/scoring keyword modifiers.

This is specifically to let you use +keyword to open files that you have found using a non-default program.

The key thing here is that you define an alias as normal, using $$1 for the file to be opened, but then instead of triggering the alias normally by typing its name first, you use +aliasname in the search.
5231
DC Gamer Club / Re: Any interest in Grav 4-pack?
« Last post by mouser on November 14, 2015, 10:15 AM »
i can send you paypal from any donationcredits you receive.
5232
Find And Run Robot / Re: Using FARR to open website in different locations?
« Last post by mouser on November 14, 2015, 03:54 AM »
When I start typing the word cli and hit [tab] it fills in the rest of the word, but not when I start typing the domain name, if I start typing exa and hit [tab] FARR blinks and I am left with just the term "clients" in FARR. I would like to do tab complete for the domain name, and then type home or login and hit tab to complete the term and hit enter. much like a linux terminal..
...is this possible?

it's not currently possible to do what you want -- FARR doesn't use tab to autocomplete like that -- though it's an interesting idea to consider.

however, in your example the important thing to note is that there is no need to autocomplete at all, instead just type:
"cli[tab] exa log"

that works because farr is filtering as you type on each partial word typed after the alias name.  there is no need to autocomplete the domain name or other words.
5233
Living Room / Re: Quirky Asian Movies
« Last post by mouser on November 12, 2015, 11:11 PM »
I've seen the complete Parasyte anime series - it was awesome.
Apparently the live action remake was not well received, haven't seen it myself.
5234
I find the sound extremely useful and that's my sole basis for leaving it on by default.

CHS will by default ignore clips sent to the clipboard with a security tag saying that they should not be stored by clipboard tools -- check to see if your password tool has an option for that.  There is a thread somewhere in the CHS section about it (here?).
The other alternative is to tell CHS to ignore your password tool completely, and never copy anything put into the clipboard by that executable; you can set that on the "Capture Options" tab.
5235
1. There is currently no option to disable the tray icon flash, but it's a good idea, i will add it in the next version.
2. There is no 1-click option in the main menu BUT if you right click on a group in the main window you can choose to delete all clips in that group.  You can also set how frequently clips are automatically moved from NEW to OLD to DELETED groups automatically.
3. Paste on selection -- if i understand you correctly you are wanting the Quick-Paste popup menu which can be easily triggered when in any other application, which is the feature most users should be using most frequently; by default that is tied to hotkey ctrl+alt+Q i think.
5236
Screenshot Captor / Re: License number to get started
« Last post by mouser on November 12, 2015, 01:47 PM »
You can download a license key from there:
https://www.donation...r.com/Keys/index.php

But remember that you don't need a license key or anything special to download and use our software -- the license key just removes the "nag" screen, but the program is fully functional without it, so there need be no rush to get a license key.

You can also always email me directly for help with license key ([email protected]).
5237
Screenshot Captor / Re: hotkeys no longer working in version 4.15.2
« Last post by mouser on November 12, 2015, 11:39 AM »
that is very odd..
are the hotkeys listed in the screenshot captor hotkey dialog?
is it possible that a security application is blocking SC from triggering?
do any of the hotkeys work? (note: you need to test them with the sc options dialog closed).
5238
Screenshot Captor / Re: hotkeys no longer working in version 4.15.2
« Last post by mouser on November 12, 2015, 09:40 AM »
This program may help you identify when you find the culprit: Ethervane ActiveHotkeys
https://www.donation...ex.php?topic=18189.0

So exit SC, and then exit other apps (running in background/systemtray) while rechecking the global hotkeys after you exit each one.
5239
Find And Run Robot / Re: two-line toolbar for FARR?
« Last post by mouser on November 12, 2015, 03:42 AM »
There is no way to do that but try my Launch Bar Commander -- you can set it to stay hidden in tray and pop up on hotkey if you like.
5240
Screenshot Captor / Re: hotkeys no longer working in version 4.15.2
« Last post by mouser on November 11, 2015, 03:13 PM »
OK so it's probably something else stealing hotkeys.
Rebooting would be one thing to try, another would be to look for a sneaky application taking over PrtScr, like Dropbox is known to do.
5241
Screenshot Captor / Re: hotkeys no longer working in version 4.15.2
« Last post by mouser on November 11, 2015, 02:20 PM »
You are the second person this week who has reported a problem with hotkeys not being saved..
It does sound like maybe the problem is not specifically hotkeys but maybe the changing of settings in general.. Can you investigate a little more and see if you can find some more clues.
And yes, 4.15.2 is the lastest and the update check reports its newer than web version for now.
5242
Find And Run Robot / Re: Using FARR to open website in different locations?
« Last post by mouser on November 11, 2015, 02:02 PM »
And yet another way if you only have only a handful of such sites and dont need it to work on arbitrary urls, would be to make one alias called simply "clients" with no regex and in that alias put all of the urls of all of your sites, like:
Screenshot - 11_11_2015 , 2_00_41 PM.png

Now when you type "clients" you would see a list of ALL urls, but as you typed more you would filter/restrict the list, so if you typed "clients examp" you would see the two example links, and if you typed "clients ex log" you would see only the clients examples.com login result:
Screenshot - 11_11_2015 , 2_04_04 PM.png
Screenshot - 11_11_2015 , 2_04_29 PM.png

This works because farr will automatically filter multiple results based on what you type.
5243
Find And Run Robot / Re: Using FARR to open website in different locations?
« Last post by mouser on November 11, 2015, 01:58 PM »
Now another way you could do it is create TWO aliases, one matching regex "clients (.+) home" and one matching "clients (.+) login"
each containing one of the two results i've listed in the previous alias.
5244
Find And Run Robot / Re: Using FARR to open website in different locations?
« Last post by mouser on November 11, 2015, 01:57 PM »
You can do it fairly easily, in several different ways.

Am I correct in assuming you purposefully want to be able to type whatever url pattern you want for the "example.com" and have it work on any such site, and you plan to have dozens of them?

In that case you could make one regex aliases that matched on like "clients (.*) (.*)"

So for example:
Screenshot - 11_11_2015 , 1_56_15 PM.png

That will work because the second phrase you type will filter out the result you want.

5245
Screenshot Captor / Re: Re SC 14.5.0 File/CreateNewImageFromClipboardImage.
« Last post by mouser on November 11, 2015, 01:49 PM »
Tested here and still works fine creating unique filenames as needed; have you possibly disabled the option that tells SC to uniqueify filenames when there is a conflict?
5246
Clipboard Help+Spell / Re: License key expired?
« Last post by mouser on November 11, 2015, 07:34 AM »
Contact me directly ([email protected]), i can resend you your donors license key and fix your forum account so that it recognizes you as a supporting member (which will then make it easy for you to get your non-expiring license key at any time from that license key page).
5247
Developer's Corner / Re: Commandline execution VC++ using ShellExec
« Last post by mouser on November 10, 2015, 09:19 AM »
so you are saying that minicap never exits on its own?

try calling the commandline on your own in a dos commandline box to make sure it exits when called manually.

it seems to me that your commandline args may be slightly wrong, instead of adding at the end: + _T("\" -exit");
try: + _T(" -exit");
5248
Developer's Corner / Re: Commandline execution VC++ using ShellExec
« Last post by mouser on November 10, 2015, 08:45 AM »
When you say your code isn't working -- specifically what is happening?
5249
Clipboard Help+Spell / Re: Spanish translation of the program
« Last post by mouser on November 09, 2015, 12:27 PM »
Unfortunately, there is no way to translate languages for Clipboard Help+Spell at this time.
5250
aww, thanks  :Thmbsup:
Pages: prev1 ... 205 206 207 208 209 [210] 211 212 213 214 215 ... 1514next