Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^M:: ; Hotkey to open the menu
- ; Example SubSubMenu
- Menu, SubSubMenu, Add, Run Startpage, StartPage
- ; Example Submenu
- Menu, SubMenu, Add, This is a SubSubMenu, :SubSubMenu
- ;Example Menu
- Menu, ExampleMenu, Add, This is a SubMenu, :SubMenu
- Menu, ExampleMenu, Show ; Tell the hotkey to show the above script.
- return
- StartPage:
- Run, https://www.startpage.com
- return
Advertisement