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 

Search found 13 matches
AutoHotkey Community Forum Index
Author Message
  Topic: simple task switching script, can use auto-hide taskbar
szekelya

Replies: 6
Views: 1450

PostForum: Scripts & Functions   Posted: Fri Apr 09, 2010 3:07 pm   Subject: simple task switching script, can use auto-hide taskbar
Assuming you send these:
sysget, Mon, Monitor
sysget, SM_CYCAPTION, 4
sysget, SM_CYFULLSCREEN, 17
WinGetPos,,, tbW, tbH, ahk_class Shell_TrayWnd

I think if SM_CYCAPTION+SM_CYFULLSCREEN equals M ...
  Topic: How to detect mouse right click on the desktop...
szekelya

Replies: 0
Views: 316

PostForum: Ask for Help   Posted: Wed Mar 03, 2010 4:27 pm   Subject: How to detect mouse right click on the desktop...
...but not on desktop icons, taskbar, system tray, etc.

I'd like to swap the desktop right-click context menu with another application (a menu done in truelaunchbar). Is there a sophisticated way t ...
  Topic: Favmenu 2.0 final
szekelya

Replies: 135
Views: 36028

PostForum: Scripts & Functions   Posted: Mon Jun 29, 2009 8:51 am   Subject: Favmenu 2.0 final
Is it possible to start Favmenu (or any other script actually) by rightclicking the windows desktop?
  Topic: rightclick on vista desktop
szekelya

Replies: 0
Views: 270

PostForum: Ask for Help   Posted: Fri Jun 26, 2009 8:47 am   Subject: rightclick on vista desktop
Hi,

I need some help in sending a hotkey if I rightclick on the Vista desktop. Rightclicking on applications/taskbar/notification area/startbutton/desktop icons/ whatsoever should remain untouched, ...
  Topic: How to move the taskbar with 14 pixels downwards
szekelya

Replies: 1
Views: 387

PostForum: Ask for Help   Posted: Wed Jun 24, 2009 4:01 pm   Subject: How to move the taskbar with 14 pixels downwards
Hi,

I'm into desktop customization, running Windows Vista. I have my taskbar set to the top of my screen.
I wonder if there could be a trick in Autohotkey to reserve a 14 pixels high stripe on th ...
  Topic: MButton: Close windows(taskbar+titlebar) & open IE links
szekelya

Replies: 28
Views: 14300

PostForum: Scripts & Functions   Posted: Tue May 05, 2009 3:02 pm   Subject: MButton: Close windows(taskbar+titlebar) & open IE links
In Vista WM_NCHITTEST_Result will be 2 also if you midclick a taskbar button, so you have to exclude the taskbar from the "Close window with titlebar click" section.

A way to do it is lik ...
  Topic: desktop rightclick
szekelya

Replies: 1
Views: 355

PostForum: Ask for Help   Posted: Mon Mar 16, 2009 4:24 pm   Subject: desktop rightclick
I got a great hint from lazz0 in the IRC channel.
Here I am now:
#IfWinNotActive, ahk_class MozillaUIWindowClass
RButton::
MouseGetPos,,,winid
WinGetTitle, wintit, ahk_id %winid%
If wint ...
  Topic: desktop rightclick
szekelya

Replies: 1
Views: 355

PostForum: Ask for Help   Posted: Mon Mar 16, 2009 10:40 am   Subject: desktop rightclick
Hi,

I'm trying to write a script for detecting when the desktop is rightclicked, and show an ObjectBar menu (by sending it's activation hotkey) instead of showing the default Vista desktop rightcli ...
  Topic: Can the tray icon be compiled into the exe file...
szekelya

Replies: 3
Views: 560

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 7:33 pm   Subject: Can the tray icon be compiled into the exe file...
FileInstall is not really what I'm looking for, because it will recreate the external icons after the script is first run, and my aim is to have a single exe file, no icons.

Using the OS built in i ...
  Topic: Can the tray icon be compiled into the exe file...
szekelya

Replies: 3
Views: 560

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 3:19 pm   Subject: Can the tray icon be compiled into the exe file...
..so that I won't have to provide external icon files together with the compiled exe?

In some cases I need two tray icons, to show if the script is running or suspended, so linking to the exe's com ...
  Topic: hotkeys in variables or external files
szekelya

Replies: 4
Views: 346

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 12:31 pm   Subject: hotkeys in variables or external files
Köszönöm szépen, jövök máskor is. Smile
  Topic: hotkeys in variables or external files
szekelya

Replies: 4
Views: 346

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 11:51 am   Subject: hotkeys in variables or external files
Thanks a lot!
The AutoHotkey Help is on my screen for more than a day, almost always open at Hotkey, just having Hotkey command below that.

That was my first post to this community, and getting a ...
  Topic: hotkeys in variables or external files
szekelya

Replies: 4
Views: 346

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 11:42 am   Subject: hotkeys in variables or external files
Hi,

I'm writing (and synthetising of course Smile) a couple of simple shell features, mainly ones I've been using in the blackbox replacement shell.
Since I'm also distributing these scripts in compi ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group