Open khairul169 opened 4 months ago
Hi @khairul169
A shortcut in ArozOS is just a text file (as you have discovered) and you can always implement your own shortcut opener using agi scripting interface.
.myshortcut
extension (or whatever extension you like)./.metadata/cache/
folder in 480 x 480px jpg / pngThat way, you do not need to change the code of the ArozOS and you can create a user defined shortcut action 👍🏻
Is your feature request related to a problem? Please describe. When you create a new URL desktop shortcut and clicked it, it will open an iframe window. There are some website/app that doesn't support iframe, or can't loaded properly.
Describe the solution you'd like Add an option to make URL shortcut opened in new tab.
Describe alternatives you've considered I saw that i can make these urls open in new tab by uncommenting this line.
Additional context Does this project open for contribution? If it is, i would like to create a pull request to add this feature. But i don't know where to store "open in new tab" flag for the shortcut. Should i make new shortcut type (something like
url_open
), or place it in new line after icon url:Thank you so much for developing this great project!