topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday June 29, 2025, 4:58 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

Recent Posts

Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112 113 114 ... 158next
2701
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 10, 2013, 12:44 AM »
Ath I am having some sort of problem I am trying to repair :

https://www.donation...?topic=33623.new#new

We'll continue
 :(
2702
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 10, 2013, 12:40 AM »
I don't know the cause, but some days ago, 15 or 20, i have a strange problem when my pc goes to sleep. When wake a unit Y: was changed for unit I: and something goes wrong with the residents in the unit Y:
I have found no explanation, but obviously is my vice for testing software.
So may be one more time something affected the windows registry.
Additionally i can't modify the letter of the unit because the dissapeared letter Y: was no eligible.
 :-[
2703
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 10, 2013, 12:36 AM »
I have found a possible solution, but in spanish, so I will wait for more information.
This solution is affecting windows registry and is not difficult for me.

Best Regards
2704
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 07:25 PM »
you can of course re-assign the various keys as you please
This claims to be able to do so for $15, but I have not tested it:
http://hkcmdr.anymania.com/


I install Windows hotkey explorer
2705
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 07:15 PM »
Don't solve my problem.
Win+M have no effect in my system w7-64
What can I do ?

Best Regards
2706
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 06:46 PM »
I reinitiate.....
I hope solve the problem.
2707
General Software Discussion / Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 04:34 PM »
Some hotkeys don't obey like win+m

How can i investigate this problem ?

Best Regards
2708
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 04:00 PM »
thanks Ath.
May be. I am having problems with dancing clips in Ditto. I don't know why.
I'll modify the hotkey and comment.
Best Regards
2709
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 09, 2013, 03:58 PM »
 :-\

I keep trying then.
 :-*
2710
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 08:03 AM »
 :-[

Nothing happen in my keyboard.
 :(
2711
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 07:34 AM »
 :)
Seems easy.
I will try right now
2712
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 06:04 AM »
 ;D

I am going to live in other planet

 :P
2713
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 05:06 AM »
But that is not my purpose.

you have to go to other line and the target is format the selected line.
 >:(

2714
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 08, 2013, 10:09 PM »
You need to be explicit about where and how you need to use this. Expresso is an excellent program, and would certainly let you get the job done.

Me or Robin ?
 :-[
2715
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 08, 2013, 05:54 PM »
First I select the text "this is the text" and hit the hotkey control+alt+win+4 (ejem, 4 from the numerical keypad ?)
then paste

"this is the text"

nothing happen.
 :-[

Repeat now with 4 from the alpabhetical keypad

~~~"this is the text"

~~~"this is the text"

and happen that
 :huh:

But even i have additionally to control+V
I think is better select the text, hit the hotkey and obtain in his place the converted chain.

 :-*
2716
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 08, 2013, 05:27 PM »
I come to see....

"this is the text"


"this is the text"


Don't go. What am i doing bad

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn  ; Recommended for catching common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
^!#4::
{
    Send, ^c
    ClipWait, 5
    Clipboard := "*" . Clipboard . "\"
}
Return

 :-*
2717
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 08, 2013, 02:32 PM »
There are a slew of RE tester/tutor programs on the 'net. I use Expresso

Owwww. But it's not possible in my case. We keep trying
Best Regards
 :P
2718
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 08, 2013, 02:28 PM »
Code: Autohotkey [Select]
  1. ^!#4::
  2. {
  3.     Send, ^c
  4.     ClipWait, 5
  5.     Clipboard := "*" . Clipboard . "\"
  6. }
  7. Return

Oh my God!!!!!!!!

Running to try
Best Regards
 :-*
2719
Coding Snacks / Put In brackets
« Last post by Contro on January 08, 2013, 03:03 AM »
 :-*
I would a little script for a simple purpose.
I select a phrase and with a hotkey i am able to put a character before the phrase and other after

Example :

I want to eat


I apply the hotkey control+alt+win+4 and obtain

*I want to eat\


Is it possible ?

 :-[
2720
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 07, 2013, 01:05 PM »
 :-[

Difficult indeed

Don't exist a script for this purpose ?

Best Regards
 :-*
2721
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 07, 2013, 07:49 AM »
 :-*

Running to try.
Do you have an aproximate idea what I have to do ?
 ;D
2722
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 06, 2013, 11:35 PM »
 :-[

What I need is convert those string in the clipboard when I paste with the special hotkey control+alt+win+2

A conversion string tool.

A code snack ?

 ;D
2723
General Software Discussion / Regular Expressions (help)
« Last post by Contro on January 06, 2013, 10:25 PM »
 :-[

I need a little string conversion and I need the pattern with regular expressions I suppose.

This is the target

Date/Time format

01.02.2010.05.18   (where 01 is the day, 02 the month, 2010 the year, 05 hours, 18 minutes)

***CONTRO*** February 1, 2010 at 5:18am

In both cases I want the final string : 01_02_2010 , 5_18

How can I say this with a regular expression to use in the replace operation ?

Best Regards

 :-*
2724
General Software Discussion / Re: Launcher from any text editor
« Last post by Contro on January 05, 2013, 06:36 PM »
 :-*

It's marvellous

I launch a folder
then a program
and finally an url


 :P
2725
General Software Discussion / Re: Launcher from any text editor
« Last post by Contro on January 05, 2013, 06:26 PM »
 ;D
Running to try
Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112 113 114 ... 158next