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 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Detect Double-Click (or single click) of System Tray Icon
tester8900

Replies: 2
Views: 146

PostForum: Ask for Help   Posted: Wed Apr 09, 2008 10:42 pm   Subject: Detect Double-Click (or single click) of System Tray Icon
Thanks Razlin, that did the trick!
  Topic: Detect Double-Click (or single click) of System Tray Icon
tester8900

Replies: 2
Views: 146

PostForum: Ask for Help   Posted: Wed Apr 09, 2008 7:01 pm   Subject: Detect Double-Click (or single click) of System Tray Icon
I'm creating an application using Ahk2Exe. When I run it, I get the system tray icon as expected, but my question is how can I run a script when the system tray icon is single-clicked or double-click ...
  Topic: Can't paste contents of clipboard as plaintext
tester8900

Replies: 8
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 16, 2006 5:33 pm   Subject: Can't paste contents of clipboard as plaintext
It turned out to a timing issue like PhiLho thought. Changing the hotkey to $^v and then sending ^v got it to work (I wasn't successful using ClipWait 2). Thanks for both of your help!
  Topic: Can't paste contents of clipboard as plaintext
tester8900

Replies: 8
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 16, 2006 1:18 am   Subject: Can't paste contents of clipboard as plaintext
If I paste into word or notepad it works fine and I get plaintext of
int print ( string arg )

If I paste into MDE, I get
int <B class=methodname>print</B> ( string arg )<BR>
  Topic: Can't paste contents of clipboard as plaintext
tester8900

Replies: 8
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 16, 2006 1:00 am   Subject: Can't paste contents of clipboard as plaintext
I just confirmed it is detecting the window properly by changing the shortcut key to Ctrl+4 which previously did nothing but now will paste by means of the menu.
  Topic: Can't paste contents of clipboard as plaintext
tester8900

Replies: 8
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 16, 2006 12:33 am   Subject: Can't paste contents of clipboard as plaintext
I would like to be able to paste the contents of the clipboard as plain text.

I saw this line in the help file:
clipboard = %clipboard% ; Convert any HTML or other formatted text to plain text. ...
  Topic: v1.0.42 released: Better context-sensitive hotkeys
tester8900

Replies: 27
Views: 4645

PostForum: Announcements   Posted: Wed Feb 15, 2006 12:25 am   Subject: v1.0.42 released: Better context-sensitive hotkeys
Thanks for the tip!
  Topic: v1.0.42 released: Better context-sensitive hotkeys
tester8900

Replies: 27
Views: 4645

PostForum: Announcements   Posted: Tue Feb 14, 2006 11:18 pm   Subject: v1.0.42 released: Better context-sensitive hotkeys
#IfWinActive is a great new feature! Here's a combo to let Ctrl+V paste when a command prompt is open

#IfWinActive, C:\WINDOWS\system32\cmd.exe
^v::
Send !{SPACE}ep
return
#IfWinActive
  Topic: Simulate holding down Alt key while pressing Tab twice
tester8900

Replies: 2
Views: 252

PostForum: Ask for Help   Posted: Wed Jan 25, 2006 2:01 am   Subject: Simulate holding down Alt key while pressing Tab twice
{Alt up} is what I needed. Thanks for your help!

Based on the solution you provided, I was able to solve my original problem of just mapping backtick to this, I used
`::
Send {Alt down}{TAB}{TAB ...
  Topic: Simulate holding down Alt key while pressing Tab twice
tester8900

Replies: 2
Views: 252

PostForum: Ask for Help   Posted: Mon Jan 23, 2006 7:56 pm   Subject: Simulate holding down Alt key while pressing Tab twice
I am trying to simulate holding down the Alt key while pressing Tab twice. I am trying to map backtick to do that. I tried compromising and mapping Alt+backtick to do that so I could use {Blind}, bu ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group