Windows 10: AutoHotKey EXPERT needed for simple Task View script

Discus and support AutoHotKey EXPERT needed for simple Task View script in Windows 10 Support to solve the problem; Greetings. I'm a Mac to PC convert and starting to love it. But there are a few things I need to make life a little easier. The need of this thread has... Discussion in 'Windows 10 Support' started by The Pool Man, May 12, 2017.

  1. AutoHotKey EXPERT needed for simple Task View script


    Greetings. I'm a Mac to PC convert and starting to love it. But there are a few things I need to make life a little easier. The need of this thread has already been discussed here --

    Alternative way to launch Task View ? Solved - Windows 10 Forums

    The solution I'm liking is AutoHotKey. What I want to do different is the key command. The one provided is involved. I'd like to simplify it.

    What I would settle for is Alt+Space. (On a Mac this invokes search but I kinda like it for Task View.)

    I would love to assign 'Task View' to one button. On my Kensington keyboard there appears to be a right click button right here that would do the deed too.


    AutoHotKey EXPERT needed for simple Task View script [​IMG]


    I'm hazy on whether AutoHotKeys can do either. If someone knows the app well and could share the code for one or both I'd be mighty obliged.

    :)
     
    The Pool Man, May 12, 2017
    #1

  2. Is there a way to disable the shortcut (CTRL+WIN+N) to open Narrator settings?

    Well, thanks for your time.

    I looked into some 3rd hotkey replacer/utilities based solutions. Simple autohotkey script solution with

    #^n::

    send ^n

    return

    as the script.
     
    James_Styles, May 12, 2017
    #2
  3. DW6
    DW6 Win User
    Is there a way to make the Windows 10 Calculator always on top?

    No kidding, right? That was a crystal clear explanation of a requested feature--"Always on top" is a common expression for this. I used to use AutoHotKey in Windows 8. You can make any window "Always on top." Here is info about it, not sure if it works
    in Windows 10. Windows should have a simple hot key setting to enable any window/app to remain Always on Top:

    https://www.howtogeek.com/howto/13784/keep-a-window-on-top-with-a-handy-autohotkey-script/
     
  4. AutoHotKey EXPERT needed for simple Task View script

    Because my brain was on vaykay it didn't occur to me to go to the AutoHotKey board first. If I get a good answer I'll come back and share.
     
    The Pool Man, May 12, 2017
    #4
  5. Solved by WinXCorners. Doesn't give me a script to remap keys but a perfect Expose clone.
     
    The Pool Man, May 14, 2017
    #5
  6. Welcome to Windows and I'm glad you found a solution *Smile But, since you asked about AutoHotKey I will post my solution using AHK for the benefit of anyone coming to this thread because of the title

    The key you have pictured is the Apps Key which is for the right click Context menu, similar to the standard mouse right click but does not show options that are not relevant to the app/software (in theory anyway)
    I have used AHK (AutoHotKey) to map my Apps Key as the standard mouse right click just to save wear and tear on the trackpad of my Asus Transformer Book T100TA

    To launch Task View you would usually press Win key + Tab key
    Here is the simple AutoHotKey script to map Apps Key as Win key + Tab key

    Code: AppsKey::Send, #{Tab}[/quote]
    I actually like the Windows Alt+Space shortcut and use it all day, it brings up a small menu in the top left corner with Minimize (n) Maximize (x) Close (c) and others. As you can see all these shortcut keys are close to the Space Bar so it's always quick and easy. Alt+Space then c is my preferred way of closing software but unfortunately not all software will support it

    Hope you have a great experience with Windows, you have already found a great forum for any help you might need *Smile
     
    FrillyBits, May 14, 2017
    #6
  7. I'm sharing this trial and error for someone who reads this thread and wishes to duplicate your suggestion. The end of the story is that this worked beautifully. Getting there involved some know-how.

    1. Download/install AutoHotKey (AHK)
    2. Push 'create a script' even if you're clueless like me.
    3. It dumps a blank script on desktop. Name it 'Task View' (or whatever) and open it.
    4. It's not blank. It's full of intimidating 'stuff' to the non-coder. Ignore and exactly type in FrillyBit's code. SAVE.
    5. Test script without a reboot. Just try it. If it works --
    6. -- put that script in a folder somewhere that will be left alone. I put it in Documents. It's name "AutoHotKey scripts (KEEP!)" Keep keeps my feeble mind from forgetting what it is and trashing it a year from now.
    7. Create a shortcut of said script. Not the folder, the Task View script itself.
    8. Put it in startup folder. (Google how to put items in startup folder with 'HowToGeek' if confused.)
    9. Reboot. Test script.

    Again -- it worked like a charm for me. BIG THANKS.

    Be seeing you --


    AutoHotKey EXPERT needed for simple Task View script [​IMG]
     
    The Pool Man, Apr 4, 2018
    #7
Thema:

AutoHotKey EXPERT needed for simple Task View script

Loading...
  1. AutoHotKey EXPERT needed for simple Task View script - Similar Threads - AutoHotKey EXPERT needed

  2. Autohotkey

    in Windows 10 Gaming
    Autohotkey: I have a very simple autohotkey that works on Computer A Windows 11 but does not work on Computer B also Windows 11.I have no idea how it could work one time and not the other when it is the same on both computers::^+1::Table 1So, when I hit CNTL+SHIFT+1 I expect to generate:...
  3. Unable to get Task Scheduler to engage Autohotkey script for Monochrome toggle?

    in Windows 10 Gaming
    Unable to get Task Scheduler to engage Autohotkey script for Monochrome toggle?: Hi all So I have been trying to set up Task Scheduler to run an Autohotkey .ahk script that toggles to Monochrome mode by sending Windows+Control+C. However the task that I have created does not seem to run the script. I have run the script manually by double clicking and it...
  4. Unable to get Task Scheduler to engage Autohotkey script for Monochrome toggle?

    in Windows 10 Software and Apps
    Unable to get Task Scheduler to engage Autohotkey script for Monochrome toggle?: Hi all So I have been trying to set up Task Scheduler to run an Autohotkey .ahk script that toggles to Monochrome mode by sending Windows+Control+C. However the task that I have created does not seem to run the script. I have run the script manually by double clicking and it...
  5. How to Make Defender Exceptions for AutoHotKey Scripts

    in Windows 10 Gaming
    How to Make Defender Exceptions for AutoHotKey Scripts: How can I make Defender exceptions for AutoHotKey scripts *.ahk so that these are not disabled? They seem to worl initially, but then become disabled at some later time....
  6. How to Make Defender Exceptions for AutoHotKey Scripts

    in Windows 10 Software and Apps
    How to Make Defender Exceptions for AutoHotKey Scripts: How can I make Defender exceptions for AutoHotKey scripts *.ahk so that these are not disabled? They seem to worl initially, but then become disabled at some later time....
  7. How to Make Defender Exceptions for AutoHotKey Scripts

    in AntiVirus, Firewalls and System Security
    How to Make Defender Exceptions for AutoHotKey Scripts: How can I make Defender exceptions for AutoHotKey scripts *.ahk so that these are not disabled? They seem to worl initially, but then become disabled at some later time....
  8. Task scheduler does not perform or run simple script or task

    in Windows 10 Gaming
    Task scheduler does not perform or run simple script or task: I have a problem with the task scheduler that does not run simple phyton script or play mp3 or run a program when scheduling the taskI have try several options but none seems to solve the issue.thank you,thomas...
  9. Task scheduler does not perform or run simple script or task

    in Windows 10 Software and Apps
    Task scheduler does not perform or run simple script or task: I have a problem with the task scheduler that does not run simple phyton script or play mp3 or run a program when scheduling the taskI have try several options but none seems to solve the issue.thank you,thomas...
  10. In need of expert advice

    in Windows 10 Ask Insider
    In need of expert advice: So I have a Lenovo Ideapad 3.. laptop has been great until today. I loaded up my laptop like usual, logged in, immediately got a "something went wrong, we need to reatart" blue screen, then after a few seconds the screen went black and nothing's working. Literally nothing, no...