How to Create Grand Child Menu [AutoHotkey Tutorial #16 Part 1]

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 9

  • @Adolfo.Silva.h
    @Adolfo.Silva.h 3 роки тому

    Good. Thank you

  • @guest238
    @guest238 2 роки тому

    hello friend! how to choose an option from the menu with a key for example the key "a" to select an option, could you?

  • @llicit1833
    @llicit1833 3 роки тому

    Useful thanks. Would it be possible to create a GUI such that a user could enter details to update the menu?

    • @JuhoLeeChannel
      @JuhoLeeChannel  3 роки тому +1

      Hello LLicit. Yep totally possible to create a GUI like that.
      I think you can also do some basic things like enable/disable, rename, run diff labels (based on new names), delete menu items. Example as below:
      Menu, MyMenu, Add, Item1, MenuHandler
      Menu, MyMenu, Add, Item2, MenuHandler
      Return
      Numpad0::
      Menu, MyMenu, Show
      return
      MenuHandler:
      Menu, MyMenu, Rename, %A_ThisMenuItem%, ahhhh!
      return
      My Tray Icon video (ua-cam.com/video/j7InpfEy1TI/v-deo.html) covers some of these commands.

    • @llicit1833
      @llicit1833 3 роки тому

      @@JuhoLeeChannel Thanks Juho, very helpful. Will try that out

  • @shonilcha
    @shonilcha 2 роки тому

    Good learning for me.. could you please confirm how to assign opening of 3 different files for the 3 grandchildren menus

  • @ppunta1599
    @ppunta1599 3 роки тому +1

    another great video, thank you ;-)

  • @pst659
    @pst659 3 роки тому

    What is the Snipping tool u r using?

    • @JuhoLeeChannel
      @JuhoLeeChannel  3 роки тому

      Hello p s I demo'ed it here: ua-cam.com/video/kCmaH9fX3ZA/v-deo.html