topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 9:06 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 ... 121 122 123 124 125 [126] 127 128 129 130 131 ... 158next
3126
Try this:

Code: Autohotkey [Select]
  1. #c:: ; Win+C, change to your liking.
  2. {
  3.     SendInput, ^c
  4.     ClipWait, 2
  5.     Clipboard = %Clipboard%
  6. }
  7. Return

Running to try
Best Regards
 :-*
3127
I'm not sure but I think what Contro is saying is:

a) If no file is selected, return the Window address field to the clipboard.
b) If a file is selected, return the full path of the file.

Feel free to ignore me if I'm wrong :)

Of course, with my non-knowledge of AutoHK you might have already answered the question, in which case feel free to  :trout:

May be that what you are telling is what I must say.

 ;D

It's a good solution, because with one hotkey we can do all the tasks

3128
Finished Programs / Re: SOLVED: Script to send email, but ....
« Last post by Contro on June 28, 2012, 06:12 AM »
 ;D

At the present moment I am using the command line options with Thunderbird to compose emails without opening the whole program.

Best Regards

I am using IMAP
 :P

thank you very much
3129
Repeating

#c:: ; Win+C, change to your liking.
    {
       Clipboard = %Clipboard%
    }
    Return

don't go

I don't understand

clipboard = %clipboard%   ; Convert any copied files, HTML, or other formatted text to plain text.

I position the cursor over one file.

By example :

http://img40.imageshack.us/img40/572/mozart2806201233147.png


After applying the script don't appear the clip in my Ditto Clipboard.
3130
Repeating

#q:: ; Win+Q, change to your liking.
    {
       WinGetTitle, Clipboard, A
    }
    Return

Go perfect
3131
General Software Discussion / Re: Sublime Text 2.0 final
« Last post by Contro on June 27, 2012, 06:31 AM »
 ;D
done
3132
i am trying this first. But no results

; 1. Capture the address of the selected active window to the clipboard with a definable hotkey

; Since you have the active path displayed in the window's titlebar, you can do your first request like this:

; Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
; Skwire
;   !#y:: ; no parece elegible ^#y en ctrl+Win+y, change to your liking. Pruebo con alt
^!u:: ;
    {
       WinGetTitle, Clipboard, A
    }
    Return

In the screenshots I selected the folder path, but the target is copy to the clipboard without it.
Only needed to select the windows folder.

I am doing something bad. Don't copy
I tried also win+1
but the clipboard have wrong.
It seems don't act the command
3133
1. Capture the address of the selected active window to the clipboard with a definable hotkey

Since you have the active path displayed in the window's titlebar, you can do your first request like this:

Code: Autohotkey [Select]
  1. #q:: ; Win+Q, change to your liking.
  2. {
  3. }
  4. Return

2. capture the file path selected to the clipboard with a definable hotkey

The easiest way is probably:

Code: Autohotkey [Select]
  1. #c:: ; Win+C, change to your liking.
  2. {
  3.     Clipboard = %Clipboard%
  4. }
  5. Return



Running
I can't believe would be so simpleeeeeeeeeeeeeee

 :-*
3134
how to create the entry in the main contextual menu for creating an empty txt file

ah, wait.  Do you want to add something to a Folder/Directory context menu that will create a new .txt file and perhaps open it in Notepad++?  Those menus are in the File Type tab under 'Folder' and 'File Folder'.  Be very very careful, but the same technique applies.  For the action to open a new file in Notepad++ you'd put in the same commands you'd use on a command line.  As for simply creating a file, that's probably not too difficult.  

probably..... Try it !
I think is very difficult for anyone, specially for me....
 :P

but try in xp sp3....
3135
Capture the address window or file path to the clipboard with hotkey

I would like a software for

1. Capture the address of the selected active window to the clipboard with a definable hotkey
2. capture the file path selected to the clipboard with a definable hotkey

http://img577.imageshack.us/img577/6646/mozart26062012223822.png

http://img27.imageshack.us/img27/4067/mozart26062012223835.png


Best Regards
3136
General Software Discussion / Re: Sublime Text 2.0 final
« Last post by Contro on June 26, 2012, 04:32 PM »
I received this error in executing under windows xp pro sp3

 :-*

http://img32.imageshack.us/img32/2369/mozart26062012223046.png


What can i do ?

3137
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:59 PM »
It was my fault. Now the letters go well.
what happen before ? I don't know. I am trying a lot of programs these days.
3138
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:35 PM »
Curious thing. The soft mdaxel don't let me create a folder PRG . It's forbidden.
3139
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:32 PM »
Difficult obstacle. The developer don't appear and the soft change my keyboard configuration while active.  :P
3140
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:27 PM »
First aproach :

http://www.softonic.com/s/mdaxel

I am investigating.
 :-*
3141
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



I think you are talking about Windows 7

I think in windows xp pro is not possible my required configuration.

And Windows 7 have several new hotkeys that don't go in windows xp pro sp3

 :-*
3142
Finally I solve in this way :

Applying a script from here :

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

and adding the option of a standard generic txt file.

3143
Is it only a .txt file's context menu that you want to add something to?

If you don't need to automate this to do it often, in XP you can manually add an entry to a .txt file's main context menu thru the Folder Options, File Types tab

I can't understand. What do you mean ?

http://img69.imageshack.us/img69/8200/mozart26062012183422.png


I have a txt entry in Folder Option (Opciones de carpeta) - File Types (Tipos de archivo)

Best Regards

3144
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



What do you mean ? I can't understand
3145
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



I have to revise the windows xp pro spanish version. Control+shift+T no interaction in the desktop.

 :-[
3146
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



Running to try curt.
Is a txt file. Normal. with that editor that is better than notepad o el notes bloc original from the system.

 :-*
3147
Sorry I don't see. Perhaps is better a step tutorial.
I don't see how to create the entry in the main contextual menu for creating an empty txt file .

 :P
3148
Finished Programs / Re: SOLVED: Script to send email, but ....
« Last post by Contro on June 26, 2012, 11:17 AM »
 ;D

That was very easy for me  :-[

but I received this message when sending

http://img266.imageshack.us/img266/5475/mozart26062012170336.png

http://img42.imageshack.us/img42/7152/mozart26062012170327.png


translation

Title bar : The ordinal is nof found

Text window : the ordinal 3873 is not found in the dynamic link library LIBEAY32.dll



3149
http://www.rbsoft.org/
 (see attachment in previous post)
edited:
they have both a setup and a portable version.
freeware...:

Keep Right Click Enhancer alive. If you think it proves useful to you then consider donating
-RBSoft

Seems Difficult. Can i really create a "New Notepad++ Document" entry in the main context menu ? (not in the new contextual submenu)

 :-*
3150
http://www.rbsoft.org/
 (see attachment in previous post)
edited:
they have both a setup and a portable version.
freeware...:

Keep Right Click Enhancer alive. If you think it proves useful to you then consider donating
-RBSoft

Running. I wil comment.  ;D
Pages: prev1 ... 121 122 123 124 125 [126] 127 128 129 130 131 ... 158next