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

Add "Allow Clipboard Handoff" into Haptic Touch Menu #769

Open
yur1xpp opened this issue Mar 11, 2024 · 1 comment
Open

Add "Allow Clipboard Handoff" into Haptic Touch Menu #769

yur1xpp opened this issue Mar 11, 2024 · 1 comment

Comments

@yur1xpp
Copy link

yur1xpp commented Mar 11, 2024

I frequently use this feature to share sensitive data across devices, but only for certain entries, and I don't want them to stay at always on after I'm done.

Currently, if you set a quick launch database, as well as to open the database in "searching mode", I'll have to (after launching the app from cold):

  1. First close/cancel the searching
  2. Close the database
  3. Tap the settings button
  4. Navigate to Clipboard
  5. Turn on Allow Clipboard Handoff
  6. Open the database again
  7. Start search again
  8. Copy

As you can see, that's quite literally so many steps to go through to achieve this. If the function were to integrated into the haptic touch menu (long press on the icon in homescreen), all the steps will be consolidated into only one.

My suggestion is similar to the auto clear clipboard function, where if you were to activate it via the haptic touch, it'll revert back to off after 30 seconds (configurable), and this will override the manual turning on/off of "Allow Clipboard Handoff" within that time frame.

One way to implement this is to record the timestamp it's activated via haptic touch, and any subsequent copy will first verify whether the delta of the action timestamp is less than the configured time duration. If it's, proceed to copy the content into "handoff" clipboard, else check against the manual "Allow Clipboard Handoff" settings.

Hopefully this will be considered, thanks!

@Scryb
Copy link

Scryb commented Mar 15, 2024

Another option could perhaps be a separate copy command for "Copy with Handoff"? Could have its own shortcut on Mac and be accessible from context/haptic touch menu on both iOS and MacOS. So if you have the global setting turned off you can override it easily one item at a time.

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

No branches or pull requests

2 participants