The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Easy Shortcut Question... Lil help please.

    Discussion in 'Windows OS and Software' started by pokerpot, Jan 10, 2009.

  1. pokerpot

    pokerpot Notebook Enthusiast

    Reputations:
    0
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    15
    Ok so this one should be really easy for someone to answer...

    I use show desktop button often, but when I do rainmeter gets minimized as well...very annoying.

    If I use CTRL - M then all the windows go down fine but rainmeter stays up. Has to do w/ my dual screen setup I think... anyway... no big deal.

    Sooooo...... Can I create a shortcut button that all it does is execute ctrl - m??? This must be doable but I can't for the life of me figure it out. Lil help? Thanks!
     
  2. purplegreendave

    purplegreendave Has a notebook.

    Reputations:
    98
    Messages:
    881
    Likes Received:
    0
    Trophy Points:
    30
    Why?
    What's wrong with Ctrl + M?
     
  3. pokerpot

    pokerpot Notebook Enthusiast

    Reputations:
    0
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    15
    Sometimes it's just easier, plus I've used the button for so long I feel naked without it.

    Sometimes when I'm using certain programs it's better to not take my hand off hte mouse and it's tricky to execute Win-M one handed.

    Mostly it's just because I'm a creature of habit and I hate having to use two hands for that shortcut.
     
  4. purplegreendave

    purplegreendave Has a notebook.

    Reputations:
    98
    Messages:
    881
    Likes Received:
    0
    Trophy Points:
    30
    You could use autohotkey I guess
     
  5. pokerpot

    pokerpot Notebook Enthusiast

    Reputations:
    0
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    15
    Just wondering if there was a way to create a simple .scf file that would do it.

    I guess autohotkeys would work but I was hoping for an even simpler solution.

    Oh gotcha, I can make an .exe file to do it... that'll work for me! Thanks.

    Hehe now how to do it... I'll figure it out.
     
  6. entropy.cz

    entropy.cz Notebook Evangelist

    Reputations:
    110
    Messages:
    386
    Likes Received:
    0
    Trophy Points:
    30
    where actually is the win+m defined?

    you may try to modify your desktop button in C:\Documents and Settings\(username)\Application Data\Microsoft\Internet Explorer\Quick Launch\ (for xp... you haven't mentioned your OS)

    by default it looks as follows
    Code:
    [Shell]
    Command=2
    IconFile=explorer.exe,3
    [Taskbar]
    Command=ToggleDesktop
    
    look how win+m is defined and ajdust the desktop button as needed... i guess it would be a different command than ToggleDesktop but hard to say, guessing only