AutoHotkey Community

It is currently May 25th, 2012, 9:12 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 93 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject:
PostPosted: February 11th, 2005, 2:45 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Hehe... I didn't say you had to use it. It's just easier for me, partly because those are standard hotkeys that all tabbed applications I know of have. If you really don't like that extra (but sensible) shift, you could use the alternate hotkeys, also shown on my comprehensive hotkey list in the Firefox section:

Ctrl+Page down
Ctrl+Page up

Sometimes I also use a nifty feature of TBE (Tab Browser Extensions) which lets me use the mouse wheel to switch tabs while the mouse is over the tab bar. This feature is springing up in so many extensions lately it's acquired a name of it's own: tab rocking. I don't use it very much though, because I'm a major keyboard fan.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 23rd, 2005, 1:51 am 
Offline

Joined: February 23rd, 2005, 1:15 am
Posts: 4
Is there a way to send messages without using an ahk script?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 23rd, 2005, 2:04 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
A little google can be a wonderful thing... :lol:

What I found was quite interesting, so I posted in Utilities. Here's a link.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 23rd, 2005, 3:33 am 
Offline

Joined: February 23rd, 2005, 1:15 am
Posts: 4
that was fast.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Help on Windows Messages
PostPosted: February 24th, 2005, 2:59 pm 
For those of you playing around with Windows Messages, if you don't have the Windows SDK, you can download the Help-file here:

ftp://ftp.cs.virginia.edu/pub/lcc-win32/win32hlp.exe (12,9 MB)

PS: Wouldn't it be a good idea to collect the possible Windows Messages per application? That way noone needs to 'reinvent the wheel'...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 24th, 2005, 3:18 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
On that note, has anyone ever played around with LiteStep (mainstream, 0.24.7)? I haven't been able to get anything useful from Winspector, but I'd really like to have more versatility than the existing hotkey system has. AutoHotkey + OTS2 = 8)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2005, 3:50 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
this might be of use to someone, you can send mouse clicks to minimized windows (probably hidden too) using messages.

the code for left single click is 0x0201.

eg. open the C:\WINDOWS folder (mind the case) and run this:

PostMessage, 0x0201, 1, 6160707, FolderView, C:\WINDOWS


Chris, the updated list of messages that i recently posted (available at end of main post too) is very much improved and comprehensive... i think u should put that in the help file instead of the current one.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2005, 5:21 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Rajat wrote:
the updated list of messages that i recently posted (available at end of main post too) is very much improved and comprehensive... i think u should put that in the help file instead of the current one.
Do you mean this one:
http://www.angelfire.com/ultra2/rajat/messages.txt

If so, it would help me if you or someone else could update the one at http://www.autohotkey.com/docs/misc/SendMessageList.htm (because it has a different format).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2005, 5:35 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Rajat, you wouldn't happen to know anything about Litestep, would you? I'm having no luck with Winspector; Litestep has very few messages associated with it, but I don't know of any other way to communicate with it from the outside. It's very configurable as is, but it would still be nice to have AHK's capabilities.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2005, 6:19 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Chris wrote:
If so, it would help me if you or someone else could update the one at http://www.autohotkey.com/docs/misc/SendMessageList.htm (because it has a different format).

i'll try to format it Chris.

i think i've tried LiteStep... isn't it a very configurable windows shell replacement?
actually jonny, a more powerful replacement for WSpy is MS Spy++, which i often use... probably it can capture the msgs reqd here. but its a part of MS visual studio and not free... so i mentioned WSpy in the tut. though if u want spy++ i can privately make it available ;)

_________________
Image


Last edited by Rajat on February 26th, 2005, 10:13 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2005, 9:56 am 
Feel free to check this out ---> [x-spy] (Freeware) :wink:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2005, 5:27 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Lol, don't worry, I have VS. Along with free copies of Office and XP Pro. Guess what profession my father is in. :lol:

Anyway, yes, Litestep is very configurable (it's why I'm using it), but it would still be nice to have AHK integration. I'll give Spy++ a try, and if I still can't get anything, I'll just live with it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 27th, 2005, 7:09 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Chris,
I re-formatted the messages. txt file. i hope u'll like it better now.

BoBo wrote:
Feel free to check this out ---> [x-spy] (Freeware) :wink:

i checked it out, but it seems that the creator paid too much attention on its looks... it crashed 2 out of 3 times i ran it! Image

by the way does it even do messages?

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 28th, 2005, 1:12 pm 
Offline

Joined: February 17th, 2005, 10:06 am
Posts: 280
Location: Hungary, Budapest
Rajat wrote:
I'd like ppl who've found out some nice commands to share them here... it'd help ppl not have to rediscover the wheel.

We can script Total Commander with its internal commands found in the TOTALCMD.INC file in the TC installation folder. The message to post is WM_USER+51, and the wParam is the command. This example lets you auto refresh the active file panel:
Code:
#Persistent
SetTimer sf_subRefreshTC, 250 ; This is in msec, change if necessary
Return
sf_subRefreshTC:
   PostMessage 1075, 540, 0,, ahk_class TTOTAL_CMD
   ; 1075=WM_USER+51 540=cm_RereadSource
   Return

_________________
Is there another word for synonym?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 28th, 2005, 5:12 pm 
Offline

Joined: February 25th, 2005, 5:05 pm
Posts: 11
Location: Germany
That's cool ! Thank you SanskritFritz.
Now I can rewrite my Totalcommander-workaround script:

Code:
; workaround TotalCommander: Ctrl-F8 TreeView -> cd to selected dir in LongView in the SAME panel
+^F8::
  IfWinActive, ahk_class TTOTAL_CMD
    send !{F8}cd ^{Enter}^{F2}{Enter}
return


As I know, you are also an active member of the Totalcommander forum.
Do you think it's worth to submit a poll for this feature as a builtin there ?

HS2


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, lblb, reesd, RoAltmann and 14 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