topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 13, 2025, 11:07 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 ... 155 156 157 158 159 [160] 161 162 163 164 165 ... 309next
3976
General Software Discussion / Backspacer
« Last post by MilesAhead on October 22, 2012, 05:36 PM »
Backspacer special.  Control-Backtic  sends 4 backspaces  Alt-Backtic sends 7 backspaces.

Hover mouse on try icon for the info above.


3977
General Software Discussion / Re: PastePath 1.0.0.0
« Last post by MilesAhead on October 22, 2012, 05:02 PM »
Please try this one

(whoops!! I never modified the rest of the function. Hang on a bit)

Ok, try it now.

(My theory is your system does not have Shell.Application object that's used to get the Explorer path associated with the window. If I'm right, the app still won't work, but it shouldn't crash. Please let me know what results you get with this version.)
3978
General Software Discussion / Re: PastePath 1.0.0.0
« Last post by MilesAhead on October 22, 2012, 04:36 PM »
Ok, I'll take a look at it.
3979
General Software Discussion / Re: PastePath 1.0.0.0
« Last post by MilesAhead on October 22, 2012, 12:29 PM »
Clever. Thank you :)

You're welcome. Thanks for the response. :)
3980
General Software Discussion / PastePath 1.5.0.1
« Last post by MilesAhead on October 22, 2012, 11:12 AM »
PastePath 1.0.0.0 PastePath initial release.  Hotkey that sits in Tray. Control Right Click in Edit of Standard Open or SaveAs Dialog pastes the path from the most recently active Explorer Window that's currently open. See About Box for info regarding Explorer Window selection if more than one is open.

It's just a simple hotkey to avoid drilling down in Open and SaveAs Dialogs.  The dialog must be a "standard dialog" meaning Windows gives it the window class #32770. Also the caption must start with either Save or Open.

The trailing backslash is included in the path. This should force most dialogs to display files in the target folder if you hit Enter.

See the included Readme.txt and About Box for more details.

You may download from this page:

http://milesaheadsoftware.tk/

3981
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 22, 2012, 10:12 AM »
From a technical point of view, why is this a browser keystroke editor and not across all of Windows? I'm just confused at where the data hook is - I thought it was at the keystroke (buffer?) level.

Just when you get a minute drop me a line if you would.




See previous post about Editor Group.
I already explained it there.
3982
General Software Discussion / Re: Ditto: yet another free clipboard manager
« Last post by MilesAhead on October 21, 2012, 02:58 PM »
Late to the party on this one. I was using a little freeware called NetClip.exe

But no matter how I tried it would never copy files over. It's a relief not to have to open the shared folders and do all the drag & drop manually. Just control-v it in there! Nice program.

Although it would be nice to explain that adding a computer name to Friends isn't enough. You also need to stick it on the list at the bottom of the settings.  Right click Send To was never disabled, but it never opened. Drove me nuts for about 1/2 hour until I figured it out.

Edit: After playing around with it a bit I don't like the choice of either send every copy to the network machines, or copy, then right click, then go to Send To then choose remote machine to send a clip.

I put in a feature request. But in the meantime I did what every AHK_L programmer does. I made a macro to do the dirty work. It's called DittoFriend.  It runs in the tray along with Ditto. Set your machines in the Friends List not to copy all clips.  To copy the clip you are doing at the moment, press Control-Alt-c. DittoFriend sends Control-c to the active window to copy the clip.  Then it pops up a Gui so that sending keys to manipulate Ditto doesn't go into the active window(with editors you can get weird things happening.)  The Quick Paste window comes up over the Gui.  By macro the context menu opens on the first item, Send To is selected and Enter pressed.  Then the windows are closed.

It's a kludge. But it actually works pretty well. I only have 2 machines. I haven't tested it with more machines in the Friends list. But I would think it would work as expected.

On the target network machine you just press Control-v to paste as usual.

The zip file is attached.
If you forget the hotkey hover the mouse on the tray icon.

Edit: Here's the source. I compiled using AHK_L 32 bit Unicode build.

Edit2: I made a small modification so that EmptyWorkingSet() isn't called during the hotkey processing.
Also the zip now includes a free custom icon I downloaded.  Looks pretty good in the Tray

;---------  Note: Compiled with latest AHK_L 32 bit Unicode build  ----------

#NoEnv
#SingleInstance force
SendMode Input
SetWorkingDir %A_ScriptDir%
CoordMode,Mouse,Client
Menu Tray,NoStandard
Menu Tray,Add,Quit,DoQuit
Menu Tray,Tip,Control-Alt-c to Net Copy Clip
if (A_IsCompiled)
  Menu Tray,Icon,%A_ScriptFullPath%,1

DumpMemory:
  _EmptyWorkingSet()
return


^!c::
  Process,Exist,Ditto.exe
  if (! ErrorLevel)
  {
    SoundPlay,*16
    SetTimer,DumpMemory,-30000
    return
  }
  Send,^c
  Gui -Resize -MaximizeBox
  Gui,Show,h100 w200,Ditto Friend
  Sleep,250
  MouseMove,23,23
  Send,^``
  Sleep,50
  Click Right,1,1
  Sleep,50
  Send,s{Enter}
  Sleep,250
  Send,{Esc}
  Gui +LastFound
  WinActivate
  Send,{Esc}
return

GuiClose:
GuiEscape:
  Gui,Destroy
  SetTimer,DumpMemory,-30000
return

DoQuit:
  ExitApp

;call EmptyWorkingSet in AHK
_EmptyWorkingSet()
{
  return DllCall("psapi.dll\EmptyWorkingSet", "UInt", -1)
}
3983
I have one that I'm testing now. It's just a primitive hotkey. I tried doing it the same way as decribed here.  But after messing around I decided it was much easier to do it backwards(I can hear it already)  :)

In ahk if I call WinExist on Explorer type window it will return the "last found" or the one that's on top or last active or something. So I don't have to click on that one. All I have to do is open it so that it's active for a bit(on top.)

Now I hotkey(Control right click) on an Open or SaveAs dialog(the caption has to be either Open or SaveAs and window type dialog #32770 yadda yadda) and if the Explorer window's current folder is a supported type, not Computer or Libraries or some other crap.. a regular path like C:\Program Files\SomeProgramOrOther  then it will be pasted. Naturally it's a good idea to Control Right Click in the edit control where you want it to paste.

I'm going to run it for a while and make sure I didn't miss any big bugs. If it seems usable I'll post it on my site and post the usual thread in General Software Discussion.
3984
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 07:50 PM »
Then "had to reboot" obviously didn't apply. The thing works. That's the end of it afaic.

I think I disagree. I just did it to turn off Caps Lock, and I had to reboot (Win XP). But it's all good.

I don't know why I'm in the middle. I don't use keyboard remappers. I have a kvma switch so I can't even use programmable keys that are on HP keyboard. As soon as I jump to the other machine it's all washed out. It's not worth the hassle to try to get it to work. I think I wasted 2 days trying to do it like 8 years ago. That was enough.

In any case I'm glad you got it to work. :)
3985
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 03:08 PM »
seems to work via registry:

How do I use it? Getting Started
    Add a new key mapping or edit an existing one
    Click "Write to registry" and wait for a confirmation that the registry was successfully updated
    Close SharpKeys and either log out (and back in) or reboot to enforce the new mappings

Then "had to reboot" obviously didn't apply. The thing works. That's the end of it afaic.
3986
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 01:10 PM »
If you had to reboot then it probably hooks the make and break codes. Maybe installed a virtual device driver or something. Down at that low level it should be able to disable. :)
3987
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 12:58 PM »
According to the bit I read on the link I posted, the software mentioned in the article has a Disable assignment.  No Op seems like a better idea to me. I didn't download and try the software. But I'd be surprised if it didn't work. I would guess anything that works in NT should still work in W7. I doubt they changed much if anything.

3988
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 12:44 PM »
I posted the question on AHK forum. If there's a way to do it posted in answer then I'll learn something(which happens often. It's remembering it that often doesn't happen.)  :)

http://www.autohotke....php?f=1&t=94025

3989
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 12:32 PM »
I tried to intercept it and just return. Didn't work. But if you can point out a page on the forum where someone successfully nullifies a modifier only hotkey I'll look at it. I searched 1/2 hour with no luck.

The proper way to disable a key is with a keyboard remap utility. Or pry the key off and stick a cap over it.

3990
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 20, 2012, 10:01 AM »
Glad you like it. I don't believe there's any way to disable just a modifier key using ahk. But this site shows how to use a keyboard mapper software to disable a single key:

http://blog.enrii.co...ey-in-your-keyboard/

3991
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 19, 2012, 11:58 PM »
Transpose.exe is hard wired as the name of the program to read the icon from. Rename TransposeBS.exe to Transpose.exe and it should work.
3992
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 19, 2012, 10:17 PM »
TransposeBS for backspace.

Alt-BackTic (same key as Tilde key)  backspaces 7 times in EditorGroup apps.

Control-BackTic (same key as Tilde key)  backspaces 4 times in EditorGroup apps.

I got rid of the Control-t since you don't use it.

3993
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 19, 2012, 09:18 PM »
Naw Backspace them out, with my typing style I get junk like Milews Aheawd is Mty Frioend. (exaggerating a little.)
So just blasting out 4 and 7 characters at a time is good.

P.s. Is your avatar a pic of you or Miles Davis?


Well, he's dead, so I hope it ain't a pic of me. :)
3994
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 19, 2012, 08:58 PM »
Sounds doable.  Do you want to backspace the characters out, or select delete? With select delete you might be able to paste 'em back in if you change your mind.
3995
General Software Discussion / Re: Transpose 2.3.1.3
« Last post by MilesAhead on October 19, 2012, 07:50 PM »
Do you have a particular hotkey in mind? If it's not already in use I'll just add it special and post the zip here.
3996

One question regarding the usage of Listary: I like the option that opens the Listary menu with a middle mouse click (...in all Open/Save dialogs). However, elsewhere I use the middle mouse button for other things (like e.g. opening background tabs in browsers). How can I prevent Listary popping up in these cases?

Cheers David.P

Where does the browser hotkey come from? Is it an ahk script? If so you can tune it(if you have the source code) to only be active in a list of particular windows.  For example I have a list of editor and browser class names in my AHK script that transposes characters at the left of the caret when I hit Control-t. But it's inactive unless one of those listed is the active window.

3997
General Software Discussion / Re: Transpose 2.3.1.4
« Last post by MilesAhead on October 19, 2012, 04:01 PM »
(never mind - please delete)
3998
General Software Discussion / Re: ReRun 2.4.4.0
« Last post by MilesAhead on October 19, 2012, 10:19 AM »
ReRun 2.4.4.0 Changed default setting to show only apps launched with command line args, to False.
3999
Post New Requests Here / Re: IDEA: Tray icon stacking
« Last post by MilesAhead on October 19, 2012, 10:18 AM »
I switched to a Mac. Not using the PC any more.

:huh:

Thanks for the reply. :)
4000
General Software Discussion / Re: ReRun 2.4.3.0
« Last post by MilesAhead on October 18, 2012, 07:58 PM »
ReRun 2.4.3.0 I had to go back to the blank button outlines. Otherwise it got too flaky. Anyway, at least now it can pick up program path of 64 bit apps, if nothing else.
Pages: prev1 ... 155 156 157 158 159 [160] 161 162 163 164 165 ... 309next