Click To Metro, one click taskbar shortcut.

Discussion in 'Windows 8' started by Dolorous Edd, Nov 20, 2012.

  1. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    #1 Dolorous Edd, Nov 20, 2012
    Last edited: Nov 20, 2012
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. abdovar

    abdovar MDL Novice

    Feb 2, 2010
    41
    57
    0
    #2 abdovar, Nov 20, 2012
    Last edited by a moderator: Apr 20, 2017
  3. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    Within Classic Shell you could also define a Hot-Key for to go back to Modern Start Screen, even you've those disabled !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    #4 Dolorous Edd, Nov 20, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    #5 HALIKUS, Nov 20, 2012
    Last edited by a moderator: Apr 20, 2017
    Compile this in autoit to an exe. It takes you to desktop, does the left winkey and c for the charms bar, and then hits enter.

    Code:
    
    Local $ShellObj = ObjCreate("Shell.Application")
    $ShellObj.ToggleDesktop()
    sleep(100)
    Send("{LWINDOWN}c{LWINUP}")
    sleep(10)
    Send("{ENTER}")
    
     
  6. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    Thanks, appreciate the help.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    No problem. Its amazing how often i use little scripts like this to automate mundane tasks. May i ask what you changed the sleep timings to? I noticed it didn't work without a sleep command, so i just threw in the first small increment that came to mind before the shortcut was successful.

    BTW, to make things like this, a program that helped me learn autoit was au3record.exe in startmenu - autoit - extras - browse extras - Au3Record - Au3Record.exe

    It can record mouse and keystroke commands.
     
  8. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    Increased them to 500 and 50. Too low and it actually invokes the narrator. And thanks. The only hangup I had was not knowing what to install. I needed autoit and the script editor.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ljimbo

    ljimbo MDL Novice

    Mar 10, 2010
    48
    11
    0
    With Start8 it has a setup for Left windows key is the start button and the right windows key is Modern UI.. works quite well.. im surprised most of the other star button replacements are not doing the same thing.
     
  10. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    I have a microsoft keyboard, the bastards even managed to take the right winkey
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    I really wish I knew what the command was to switch to the start screen instead of relying on a script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. ljimbo

    ljimbo MDL Novice

    Mar 10, 2010
    48
    11
    0
    which replacement are you using anyway ?
     
  13. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    Classic Shell
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. S_A_S

    S_A_S MDL Member

    Oct 16, 2012
    236
    103
    10
    Right click start, open settings, enable All settings and go to the controls panel. There you can set which key does what.