-
Hello ! I was recently trying to add shortcut in the menu(type='*' where=window.is_taskbar||sel.count mode=mode.multiple title=title.go_to sep=sep.both image=\uE14A)
{
# ...
menu(title='Fav' image="E:\\path\\to\\icon.ico")
{
item(title='GitLab Software' image="E:\\Autre\\Icônes\\gitlab.ico") # How to open Edge in a specific URL ?
# ...
separator
item(title='Folder' image=\uE1F4 cmd="explorer E:\\path\\to\\folder") # The 'cmd' don't open the explorer ...
# ...
}
# ...
} I tried the following syntax for opening a folder : item(title='Folder' image=\uE1F4 cmd="explorer E:\\path\\to\\folder")
item(title='Folder' image=\uE1F4 cmd="explorer.exe E:\path\to\folder")
item(title='Folder' image=\uE1F4 cmd="explorer.exe E:/path/to/folder")
item(title='Folder' image=\uE1F4 cmd='"explorer E:\\path\\to\\folder"')
item(title='Folder' image=\uE1F4 cmd="explorer" args="E:\\path\\to\\folder")
item(title='Folder' image=\uE1F4 cmd-line="explorer E:\\path\\to\\folder") I also tried for URL or "Edge installed application website" with a command like :
... but none of them work ... Do you have an idea ? Thank's for your help and your software !! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry, I just found the answer, it was too simple to be easy/natural 🤣 ..
I also find how to launch Edge website installed as applications :
|
Beta Was this translation helpful? Give feedback.
-
You can add links to apps and websites to my menu: https://discord.com/channels/1106387012707168318/1241360626291314689 |
Beta Was this translation helpful? Give feedback.
Sorry, I just found the answer, it was too simple to be easy/natural 🤣 ..
I also find how to launch Edge website installed as applications :