Windows 10: AutoHotKey behavior in 10

Discus and support AutoHotKey behavior in 10 in Windows 10 Software and Apps to solve the problem; Hello, i use this app to remap keyboard keys/shortcuts, it seems it works in explorer only, in browsers (for example) it doesn't.. Strange, how to fix... Discussion in 'Windows 10 Software and Apps' started by unko, Dec 12, 2015.

  1. unko Win User

    AutoHotKey behavior in 10


    Hello, i use this app to remap keyboard keys/shortcuts, it seems it works in explorer only, in browsers (for example) it doesn't.. Strange, how to fix that?

    :)
     
  2. Ramesh Srinivasan, Dec 12, 2015
    #2
  3. Ramesh Srinivasan, Dec 12, 2015
    #3
  4. dalchina New Member

    AutoHotKey behavior in 10

    Hi, perhaps you can post a couple of examples.. and the browser they don't work in for you so someone might be able to suggest sthg.

    Whilst I have AHK installed for a few small scripts, I don't use it for that.
     
    dalchina, Dec 12, 2015
    #4
  5. unko Win User
    Any of the most popular browser.m
     
  6. Berton Win User
    Did you mean it works in File Explorer [formerly Windows Explorer in Win7 and earlier] but not in browsers such as Internet Explorer, Firefox, SeaMonkey, Pale Moon, etc.? How about in other programs?
     
    Berton, Dec 13, 2015
    #6
  7. unko Win User
    CORRECT. I don't recall for other apps but I'm guessing it would be same..!
     
  8. dalchina New Member

    AutoHotKey behavior in 10

    If you can post a couple of relevant excerpts from your remapping script perhaps someone could try it for you.
    That's what I meant above- sorry if not clear.
     
    dalchina, Dec 13, 2015
    #8
  9. unko Win User
    Dunno what happened or if it's just cause different computer but the back/forward shortcut now works..

    However, I still have the issue with media keys while player is in background.. How do I fix that?
     
  10. unko Win User
    This issue prevents me from really moving to 10..
     
  11. dalchina New Member
    Sorry, you'll have to explain- I've really no idea what you mean. Thanks.
    Screenshot if relevant..
     
    dalchina, Dec 16, 2015
    #11
  12. unko Win User
    Screenshot..?! Here is the AutoHotKey script part you need to see :

    ^#Up::Send {Media_Stop}
    ^#Down::Send {Media_Play_Pause}
    ^#Left::Send {Media_Prev}
    ^#Right::Send {Media_Next}
     
  13. dalchina New Member

    AutoHotKey behavior in 10

    Hi, thanks, I understand what you're trying to do. (No need to use !'s- I qualified screenshot with 'if relevant' on the principle that a picture can be worth 1000 scripts).
    If that doesn't work (and you could always make WMP topmost - I'm presuming you mean Windows Media Player) then have you seen this?

    Add Global Hotkeys to Windows Media Player
    I've not tried it and don't know specifically if it works in Win 10 etc. I'll leave it to you to experiment.
     
    dalchina, Dec 16, 2015
    #13
  14. dalchina New Member
    Oddly, your hotkeys started working with WMP as an inactive window, when they weren't before.

    Note this example for Winamp: - the test is a good idea, of course.
    However I haven't been able to get Controlsend to work in your example despite trying a few variations.

    This section demonstrates how to control Winamp via hotkey even when it is minimized or inactive. This information has been tested with Winamp 2.78c but should work for other major releases as well. Please post changes and improvements in the forum or contact the author.

    This example makes the Ctrl+Alt+P hotkey equivalent to pressing Winamp's pause/unpause button:

    ^!p::
    IfWinNotExist ahk_class Winamp v1.x
    return
    ; Otherwise, the above has set the "last found" window for use below.
    ControlSend, ahk_parent, c ; Pause/Unpause
    return
     
    dalchina, Dec 16, 2015
    #14
  15. unko Win User
    I use media monkey mostly, then VLC..
     
Thema:

AutoHotKey behavior in 10

Loading...
  1. AutoHotKey behavior in 10 - Similar Threads - AutoHotKey behavior

  2. Is this a virus? AUTOHOTKEY

    in Windows 10 Gaming
    Is this a virus? AUTOHOTKEY: I scanned AUTOHOTKEY_SETUPAHK on virus total and it came up withSentinelOne Static MLStatic AIMalicious PEWebrootW32.Malware.genIs this a virus or is this safe? And if it is a virus how do i remove it?...
  3. Is this a virus? AUTOHOTKEY

    in Windows 10 Software and Apps
    Is this a virus? AUTOHOTKEY: I scanned AUTOHOTKEY_SETUPAHK on virus total and it came up withSentinelOne Static MLStatic AIMalicious PEWebrootW32.Malware.genIs this a virus or is this safe? And if it is a virus how do i remove it?...
  4. Is this a virus? AUTOHOTKEY

    in AntiVirus, Firewalls and System Security
    Is this a virus? AUTOHOTKEY: I scanned AUTOHOTKEY_SETUPAHK on virus total and it came up withSentinelOne Static MLStatic AIMalicious PEWebrootW32.Malware.genIs this a virus or is this safe? And if it is a virus how do i remove it?...
  5. 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:...
  6. Autohotkey

    in Windows 10 Software and Apps
    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:...
  7. Is Autohotkey A Virus?

    in Windows 10 Gaming
    Is Autohotkey A Virus?: all my friends claim that this soft ware is safe but i tested it on mutiple anti viruses and tria.ge and they both said it was a trojan, so can you please tell me if this is safe or not? Thank you...
  8. Is Autohotkey A Virus?

    in Windows 10 Software and Apps
    Is Autohotkey A Virus?: all my friends claim that this soft ware is safe but i tested it on mutiple anti viruses and tria.ge and they both said it was a trojan, so can you please tell me if this is safe or not? Thank you...
  9. 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...
  10. 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...