Aqua-Soft Forums: Make .exe File From Ctrl+q Command? - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Make .exe File From Ctrl+q Command? help Rate Topic: -----

#1 User is offline   Nikola Icon

  • Group: Member
  • Posts: 66
  • Joined: 12-January 09

Posted 30 March 2009 - 02:10 PM

I am not into coding and i am complete noob when we talk about that,but can somebody make this because there is no way i can make it other way i wouldn't ask for it :D
Thanks...
0

#2 User is offline   matonga Icon

  • Group: Developers
  • Posts: 1,286
  • Joined: 04-September 06

Posted 05 April 2009 - 12:22 AM

View PostNikola, on Mar 30th 2009, 11:10 AM, said:

I am not into coding and i am complete noob when we talk about that,but can somebody make this because there is no way i can make it other way i wouldn't ask for it :D
Thanks...


Try this:

ControlQ.exe

I wrote it in seconds with AutoHotkey, if anyone interested here is full source code of app:

^q::
Send !{F4}

0

#3 User is offline   dope2 Icon

  • Group: Member
  • Posts: 33
  • Joined: 18-October 08

Posted 05 April 2009 - 05:29 PM

is there a way to change the hot key to something else.
0

#4 User is offline   Nikola Icon

  • Group: Member
  • Posts: 66
  • Joined: 12-January 09

Posted 05 April 2009 - 06:00 PM

View Postmatonga, on Apr 5th 2009, 02:22 AM, said:

Try this:

ControlQ.exe

I wrote it in seconds with AutoHotkey, if anyone interested here is full source code of app:

^q::
Send !{F4}

I tried app,but this wasn't what i was looking for,maybe i didn't explain my situation good,i thought this is simple but it ain't...i am using systrayx on vista and i was looking for .exe file which i will run and he will show me systrayx menu.That exe file i will be able to put in xwd or objectbar to show me my tray.I was concentrated on ctrl+q command because i setup this command to show me systrayx menu.I hope this help.and sorry for misunderstanding also for my English....
0

#5 User is offline   dope2 Icon

  • Group: Member
  • Posts: 33
  • Joined: 18-October 08

Posted 05 April 2009 - 09:35 PM

i think this program is great anyway. Im using it all the time.
but it could have more options and take a little less ram.
0

#6 User is offline   matonga Icon

  • Group: Developers
  • Posts: 1,286
  • Joined: 04-September 06

Posted 06 April 2009 - 01:42 AM

@Nikola:

Ok! This one simulates ctrl+q when executed:

SendControlQ.exe

Source code:

send ^q


I have no way to test it. Tested Ctrl+F instead, with explorer, and showed search panel, so I guess SendControlQ.exe should do what you want. Try it and tell me if it worked for you.
0

#7 User is offline   Nikola Icon

  • Group: Member
  • Posts: 66
  • Joined: 12-January 09

Posted 06 April 2009 - 09:22 AM

@Matonga

It's working and it's perfect.

Thanks a lot Matonga!!!
0

#8 User is offline   matonga Icon

  • Group: Developers
  • Posts: 1,286
  • Joined: 04-September 06

Posted 06 April 2009 - 10:24 AM

Give thanks to AutoHotkey authors. The program has only one line of source code. :P
0

#9 User is offline   dope2 Icon

  • Group: Member
  • Posts: 33
  • Joined: 18-October 08

Posted 06 April 2009 - 11:12 AM

i dont understand what SendControlQ.exe does.
0

#10 User is offline   Nikola Icon

  • Group: Member
  • Posts: 66
  • Joined: 12-January 09

Posted 06 April 2009 - 12:42 PM

View Postdope2, on Apr 6th 2009, 01:12 PM, said:

i dont understand what SendControlQ.exe does.

It's custom made application.I wanted to have application who will simulate ctrl+q when executed.Which means it does the same as pressing ctrl+q command,which means it will not do anything if you don't have something that will be activated with ctrl+q.Hope you understand it now :)
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic