dumbeau / AutoHotPie

Radial menus in Windows, aka PIE MENYOOS!
MIT License
304 stars 16 forks source link

Please add execute .lnk file support #130

Open makedir opened 9 months ago

makedir commented 9 months ago

If you select execute file in AutoHotPie and select a Windows .lnk file, AutoHotPie automatically removes the .lnk file and just uses the file behind the .lnk file. Please change this and instead give the option to "Execute .lnk file" next to execute file.

This is important for several reasons, to define execute attributes to a .lnk file, for example execute it hidden/minimized.

using "start c:\test\test.lnk" doesnt work doesnt seem to find start command.

mmikeww commented 6 months ago

for now, you can open your settings .json file and edit it manually and add the shortcut in this line:

    "filePath": "C:\\Users\\username\\Desktop\\Firefox Private Browsing.lnk"