dooble
dooble copied to clipboard
List of keyboard shortcuts / hotkeys?
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?)
This is a nice idea. Thanks.
Your other question. My initial assessment is that the copy fails because of JS.
js: Uncaught (in promise) NotAllowedError: Write permission denied.
That is the notice produced. :) Will look at it. Perhaps it can be corrected.
I thought some more about your second question. Of course there is a solution: Access Clipboard.
I hope to complete this after the April release. :)
for cross browser user compatibility pls consider using same or identical keybindings/hotkeys/keyboard shortcuts to chrome/firefox.
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.
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.
Experimenting with retrieving the application's shortcuts and this is quite difficult.
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().