dooble icon indicating copy to clipboard operation
dooble copied to clipboard

List of keyboard shortcuts / hotkeys?

Open dajare opened this issue 3 years ago • 6 comments

I'm new to Dooble, and enjoying it so far. I tried to find a list of keyboard shortcuts, but failed, although with trial-and-error (and some standard or pseudo-standard combinations in mind) I found a few.

As requested in the thread with issue #73, though, it would be great to have an official list of such key combinations. (At the moment, I'm keeping the menu bar "off", as the top bars take up a bit of browser real-estate as it is.) Am I looking in the wrong place? or can this be added to the documentation?

Thanks!

(P.s. When I use the Github "Copy link" from the three horizontal dots at the top-right of a post, nothing is copied..., but maybe that should be an issue of its own! Or do I need to do something in Dooble's Settings for that to work?)

dajare avatar Nov 29 '21 09:11 dajare

This is a nice idea. Thanks.

textbrowser avatar Nov 29 '21 14:11 textbrowser

Your other question. My initial assessment is that the copy fails because of JS.

textbrowser avatar Nov 29 '21 15:11 textbrowser

js: Uncaught (in promise) NotAllowedError: Write permission denied.

textbrowser avatar Nov 29 '21 15:11 textbrowser

That is the notice produced. :) Will look at it. Perhaps it can be corrected.

textbrowser avatar Nov 29 '21 15:11 textbrowser

I thought some more about your second question. Of course there is a solution: Access Clipboard.

Screenshot_20211129_114705

textbrowser avatar Nov 29 '21 16:11 textbrowser

I hope to complete this after the April release. :)

textbrowser avatar Apr 01 '22 20:04 textbrowser

for cross browser user compatibility pls consider using same or identical keybindings/hotkeys/keyboard shortcuts to chrome/firefox.

sfzaw avatar Nov 25 '22 14:11 sfzaw

Been a while. Dynamically retrieving all shortcuts of an application is possible. However! Context matters. A window may not include duplicates, but the application may. Custom shortcuts are possible but will break the person's brain.

textbrowser avatar Mar 29 '23 20:03 textbrowser

for cross browser user compatibility pls consider using same or identical keybindings/hotkeys/keyboard shortcuts to chrome/firefox.

This is difficult because someone has to discover those shortcuts. Custom shortcuts are the best. I kind of implemented it for another project for another time. A shortcut browser-like panel will be super. There, defaults will be set and you can select whatever shortcuts you want. It's much work because there are so many menu items.

textbrowser avatar Apr 07 '23 12:04 textbrowser

Experimenting with retrieving the application's shortcuts and this is quite difficult.

textbrowser avatar Jun 08 '23 13:06 textbrowser

Screenshot_20230608_105052

textbrowser avatar Jun 08 '23 14:06 textbrowser

The list of discovered shortcuts which are attached to menu items. The shortcuts are not editable. If you'd like more, please open a new ticket. Completed!

P.S. This was a creative problem because I was not able to retrieve menu items via findChildren(), allWindows(), allWidgets().

textbrowser avatar Jun 08 '23 14:06 textbrowser