AutoHotkey Community

It is currently May 27th, 2012, 4:50 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 145 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next
Author Message
PostPosted: April 1st, 2010, 3:35 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
Note: Many things have changed since this post. The latest version is now 2.5.0. Please check the project page for recent information: http://code.google.com/p/7plus/
I want to present you the program I've been working on in the last few months, 7plus.

It's a program that enhances windows by many features, and improves things that MS screwed up ;)

Some features
    - Store favorite folders and recall them for very fast navigation (Video 1) (Video 2)
    - Upload files, screenshots and clipboard content directly to an FTP server with just one hotkey (Video)
    - Program launcher like Launchy or Exekutor with many integrated plugins
    - Create new folders and textfiles by pressing F8/F7 (Video)
    - Paste text or image from clipboard as file (Video)
    - Show favorite folders in the explorer folder band bar like Web Browser favorite bars (Video)
    - Make Backspace go upwards again (Video)
    - Set windows to be "Always on top" by right clicking the title bar (Video)
    - Activate blinking windows and toggle between current and previous window with Capslock (Video)
    - Close windows by middle clicking task buttons (Video)
    - Paste previous clipboard text entries by pressing WIN+V (Video)
    - Use a Joypad/Gamepad to remote control the mouse, keyboard and zoom (Video)


There's much more to it, check out the full feature list!
As you might have seen above, the features are documented by tutorial videos, I think this fits the program better than a help file.

Screenshots

Settings dialog:
ImageImageImageImageImageImage

Explorer with additional buttons and size/free disk space display:
Image

Download (Executables and sources)


It's written for Autohotkey_L, and requires Compile_AHK II for compilation.

Let me know what you think, feel free to post comments and suggestions, or report bugs here or in the bug tracker!.


Last edited by fragman on February 25th, 2012, 5:06 pm, edited 9 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 12:23 pm 
Offline

Joined: December 29th, 2009, 7:02 pm
Posts: 12
O.O

This is quite impressive. ;-) I've just realised how useful the functions of 7plus can be. However, when I tried to run the source code (AutoHotKey_L, the newest Unicode version), I happened to see this:
Quote:
#Include file "...\7plus V.1.0 Sources\FolderButtonManager.ahk" cannot be opened.

I checked the folder, there is no such file there, so I decided not to include this file. But then, other errors occured. Please check it. ;-)

If it's possible, I would love to have configurable shortcuts to place them differently. I could edit the source code though, but it quite doesn't work.

Anyway, the compiled version works pretty smoothly. I have only found something annoying about window slide option so far. If you slide your window to the left or right and then move the cursor to the given side with the willingness to reopen it AND leave the cursor to the very left/right side, the window will open and close (Win Vista). Quite confusing. ;-)

Please keep on scripting, greatly.

Best wishes,
Long Bong.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 12:40 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
You're right, I forgot to include that file in the sources, I have fixed it now. Alternatively, you can access the current sources via SVN on the project page.

I'm not sure yet if I will make the hotkeys configurable sometime, I would need to think of a good structure for that.
I think I might add a hotkey editor for adding custom hotkeys though sometime.

There seems to be some problem with the Slide Windows feature in Vista, I don't see it happening in Windows 7 though. I suggest you only access those windows through the taskbar for now, if that is any help for you. Maybe I can get that fixed later.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 12:44 pm 
Offline

Joined: December 29th, 2009, 7:02 pm
Posts: 12
Thanks for fast reply.
The window slide option works fine if you move the cursor to the side and instantly 'bounce' from it a little.

Edit:
I have happily edited the shortcuts in the source code giving them different placement. Now they work like I wanted them to work. ;-)

Thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 1:50 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
it looks quite useful and comprehensive

i will reply once i explore it


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:07 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
very nice

especially the FTP integration with explorer is very useful :P :P


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:26 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
Cool, glad you like it. Let me know if you have ideas on how to improve it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:39 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
well,

previously i was hoping to make a win tweak utiltity using reg hacks

but then i got on another project

BUT after seeing this project, i think i will try to improve this instead of making my own win tweaker


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:41 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
do you know about TweakUI from Microsoft powertoys

it has a lot of features

try it and see...

if u can add to yours :roll:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:42 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
here i uploaded it for ya

http://www.autohotkey.net//TWEAKUI.EXE


Last edited by XYZ on April 29th, 2010, 8:32 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:52 pm 
Offline

Joined: December 29th, 2009, 7:02 pm
Posts: 12
While running source code, Win + c (open cmd in current folder) doesn't work. Anything that needs current folder name or stuff doesn't work either. The problem seems to be somewhere inside GetCurrentFolder() or ShellFolder(hWnd=0,returntype=0) function (navigate.ahk file). Could you check it please?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 2:56 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
Hmm, it works fine for me, but I'll try to check it. I don't think the compiled/uncompiled version differ much in that area.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 3:02 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
fragman

did u try TWEAKUI

if u want to add its features to :arrow: 7plus

i can provide u with a full guide to its reg hacks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 3:09 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
I don't want to add lots of registry tweaks to this program, as there are lots of programs out there that do things like that. However, I might add one or two if I find them to be particularly useful. I will try TweakUI later, don't worry ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2010, 3:14 pm 
Offline

Joined: March 20th, 2010, 9:49 am
Posts: 224
some of its explorer features are nice

Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 145 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 11 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group