Jump to content

Hotkey Shortcut?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
starterup

starterup

    Newbie

  • Members
  • Pip
  • 2 posts
Hello Everyone,
I am very new to programming and the programming I've done has been in php and python only. I really have no idea what I'm doing. If any one can offer me guidance I would appreciate it.

Okay, so Windows has the button for "show desktop", right? The hotkey combination for that is Winkey+D There is also the Winkey+M combo that minimizes all windows (but leaves the sidebar alone.) Unfortunately there is no shortcut icon for Winkey+M. I am hoping to create a program, put it in my quicklaunch and when I press it, it simulates the pressing of the Winkey+M. Does that make sense?

It seems like it would be very easy, and probably is; for someone with more programming knowledge...which is why I'm here. Again any help you can provide would be very much appreciated. I need:

The language to use
some hints on what function I would need
and if possible a little code.

Thanks again.
S.

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
AutoIt can simulate keyboards and mouses.

#3
starterup

starterup

    Newbie

  • Members
  • Pip
  • 2 posts
Thanks Blaine,
That worked out perfectly once I figured out how to send the winkey up command. lol

Take care, this is definitely a good first experience.