AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Window Management: KDE-like resizing & dragging + some m
Goto page Previous  1, 2
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
jonny



Joined: 13 Nov 2004
Posts: 2951
Location: Minnesota

PostPosted: Thu Jan 27, 2005 4:54 am    Post subject: Reply with quote

Quote:
Perhaps they can all be merged somehow into one "ultimate and configurable" KDE script.


I always love a good challenge. Smile If noone else does it before then, I could probably have a nice conglomeration done in a few days, maybe a week at the most. Only one thing I need to know first: What form should the "configuration" take? Gui? Ini? Command line switches? Confused
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Thu Jan 27, 2005 1:47 pm    Post subject: Reply with quote

My preference is for a non-GUI script that allows configuration directly at the top of the script. After all, anyone interested in KDE window dragging is probably more technical than average, and so might prefer that.

aurelian wrote:
As I unterstand it, this would forward the XBUtton2 event to the window in any case (MButton pressed or not), and that is not how I wanted it to work.
I think you're right. This is a subtle area and this helped refresh my memory about how it works. Thanks.
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Mon Jan 31, 2005 1:18 pm    Post subject: Reply with quote

Jonny has posted the first version of his ultimate KDE-style window dragging/resizing script. If you have an interest, please give it a try and post feedback. http://www.autohotkey.com/forum/viewtopic.php?t=2062
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Thu Feb 10, 2005 9:45 pm    Post subject: Reply with quote

aurelian wrote:
As I unterstand it, this would forward the XBUtton2 event to the window in any case (MButton pressed or not), and that is not how I wanted it to work.

The following change might affect some of your scripts: "Fixed hotkeys such as "a & b::" to be seen as "~a & b::" if "~a::" also exists as a hotkey, and vice versa. [thanks jonny]"

If it does, I think you can solve it this way:

XButton2::MouseClick, X2 ; Upon release of XButton 2 (if it didn't modify anything), send a full X2 click.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group