• Define a new winkey function

    Home » Forums » AskWoody support » Windows » Windows 10 » Questions: Win10 » Define a new winkey function

    Author
    Topic
    #2275625

    I think I know the answer to this, but: is it possible to define a new winkey function?  I know about about putting alt-definitions on shortcuts, but it’d be cleaner if I could change some of the built-in ones and define new ones [for example, right now winkey-f gets you the “feedback hub”.. I’d just as soon it fired off Firefox]

    I figured that the winkeys must be stored in the registry somewhere, and just about every other registry tweak seems to have an associated program that makes it easy/more failsafe to mess with.

    Viewing 1 reply thread
    Author
    Replies
    • #2275803

      is it possible to define a new winkey function?

      Yes.

      For example, if you install AutoHotkey and have your own ‘personal preferences’ AHK script running from startup then the following one-liner added to the script will do what you’ve asked (on a 64-bit Windows system if Firefox is installed…):

      #f::Run "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"

      Hope this helps…

      1 user thanked author for this post.
      • #2275810

        That’s exactly what i was looking for.  I’ll paw through the docs to see if I need to avoid the built-in windows winkey definitions or if I can change them , but regardless.. the perfect thing.  Thanks again!

    • #2275823

      I’ll paw through the docs to see if I need to avoid the built-in windows winkey definitions or if I can change them

      Yes, you can. AutoHotkey will let you re-purpose the in buit-in Windows Hotkeys, irrespective of installed Windows version.

      • #2275842

        I’ll paw through the docs to see if I need to avoid the built-in windows winkey definitions or if I can change them

        Yes, you can. AutoHotkey will let you re-purpose the in buit-in Windows Hotkeys, irrespective of installed Windows version.

        Even better!  I just downloaded a list of all the defined winkey-shortcuts so I won’t step on one I use occasionally.  What fun!

    Viewing 1 reply thread
    Reply To: Define a new winkey function

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: