Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] shortcuts #45

Open
jrpie opened this issue Sep 19, 2024 · 5 comments
Open

[feature] shortcuts #45

jrpie opened this issue Sep 19, 2024 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@jrpie
Copy link
Owner

jrpie commented Sep 19, 2024

Support for shortcuts
would be nice. These should be displayed in a separate list.
Pinned shortcuts should be shown in the same way as apps.

It should be possible to bind shortcuts to gestures.

(See also https://stackoverflow.com/questions/46796674/create-shortcut-on-home-screen-in-android-o )

@jrpie jrpie added the enhancement New feature or request label Sep 19, 2024
@jrpie jrpie added this to the 2.0 milestone Sep 19, 2024
@wassupluke
Copy link

Would this provide functionality to see icons/shortcuts made by using a browsers "Add to Home Screen" feature, or would that be a separate feature request? Asking because I like to keep icons/buttons to click for easy access to my most used sites (e.g., jumping straight to mypihole's admin page).

@jrpie
Copy link
Owner Author

jrpie commented Dec 5, 2024

Yes, that is what this feature is supposed to solve. (Shortcuts like those created by "add to home screen" are called pinned shortcuts by Android)

@jrpie
Copy link
Owner Author

jrpie commented Dec 5, 2024

I have not decided on the UI for this yet:

  1. Treat pinned shortcuts just like apps. Adding them just adds them to the list of apps. The user can then bind this shortcut to a gesture in the same way as an app. This might be tedious, since in order to bind a shortcut only to a gesture, a user would have to:
  • add the shortcut
  • go to settings, pick an "app" for the gesture and search for the newly added shortcut in the list
  • hide the shortcut
  1. When a user wants to add a shortcut, ask whether to (a) add it to the app list or (b) bind it to a specific gesture. Here the initial setup it a lot cleaner, but it is not possible to move shortcuts to a different gesture later.

@BANOnotIT
Copy link

BANOnotIT commented Dec 8, 2024

Can't you add it to the app list automatically but show a modal/view asking to chose gesture?

@jrpie
Copy link
Owner Author

jrpie commented Dec 8, 2024

That sound like a good solution 👍🏼 I could also add an entry "bind to gesture" to the context menu that opens the same dialog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants