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 11 matches
AutoHotkey Community Forum Index
Author Message
  Topic: activate keepass from systray
didier69

Replies: 4
Views: 484

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 7:19 am   Subject: activate keepass from systray
Yes ! Thanks for the tip. But I would be happy to find why my script is not working in that case ... Perharps it's because it's a QT application ?

Anyway thank you, it save my geek life Wink.
  Topic: activate keepass from systray
didier69

Replies: 4
Views: 484

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 4:32 am   Subject: activate keepass from systray
It's not working here Sad.
  Topic: activate keepass from systray
didier69

Replies: 4
Views: 484

PostForum: Ask for Help   Posted: Mon Oct 13, 2008 12:47 pm   Subject: activate keepass from systray
Hi,

I would like to activate keepass from systray and I try this script:


^!F5::
DetectHiddenWindows, On
SetTitleMatchMode, 2
IfWinNotExist, ahk_class #32770
{
return
} ...
  Topic: why do I need to launch script twice ?
didier69

Replies: 1
Views: 341

PostForum: Ask for Help   Posted: Mon Sep 15, 2008 8:47 pm   Subject: why do I need to launch script twice ?
Hi,

here is my script:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and relia ...
  Topic: Portable Keyboard Layout
didier69

Replies: 168
Views: 43608

PostForum: Scripts & Functions   Posted: Mon Sep 15, 2008 8:39 pm   Subject: Portable Keyboard Layout
Hi,

when I use pkl with another autohotkey scripts I wrote, I can't use the shortcuts I made. For example:

^!x::
Run, c:\program files\puttycyg-20071202\putty.exe -load cygwin
retu ...
  Topic: Portable Keyboard Layout
didier69

Replies: 168
Views: 43608

PostForum: Scripts & Functions   Posted: Tue Jul 22, 2008 5:11 pm   Subject: Portable Keyboard Layout
pkl is a great tool for me to use the fr-dvorak-bepo keyboard.

Is a shortcut to hide or display the image of the layout ?
  Topic: go to next/previous window
didier69

Replies: 2
Views: 566

PostForum: Ask for Help   Posted: Tue Jul 24, 2007 9:36 am   Subject: go to next/previous window
Hi,

I'm trying to do a little script to go to the next or previous open window.

Here is my script:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
Sen ...
  Topic: show buddly list pigdgin
didier69

Replies: 2
Views: 566

PostForum: Ask for Help   Posted: Tue May 15, 2007 12:12 pm   Subject: show buddly list pigdgin
Hi,

I use pidgin (new gaim) and you can put the "buddy list" in the tray. I need to left double click on the icon to get back the list. So here is the script I to do:


^F11:: ...
  Topic: Multiple virtual desktops
didier69

Replies: 50
Views: 26506

PostForum: Scripts & Functions   Posted: Thu Mar 29, 2007 7:20 am   Subject: Multiple virtual desktops
Hello,

I really love this script. It's light and do exactely what I want.

I added two functions to go to the next desktop or to the back desktop:


NextDesktop()
{
global

...
  Topic: [resolved] emulate win key
didier69

Replies: 2
Views: 809

PostForum: Ask for Help   Posted: Wed Mar 21, 2007 1:14 pm   Subject: [resolved] emulate win key
^d::Send, #d

Questions for help should be asked in Ask For Help. Also, the AutoHotkey documentation is very well written and has a section on Hotkey Basics that would have also answered you ...
  Topic: [resolved] emulate win key
didier69

Replies: 2
Views: 809

PostForum: Ask for Help   Posted: Wed Mar 21, 2007 12:58 pm   Subject: [resolved] emulate win key
Hi,

I have a laptop where there is no win key. Can I simulate win key with AutoHotkey ?

If not, how can I script that CTRL+D will minimize all my windows ?

Regards.
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group