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

List of keyboard shortcuts / hotkeys? #103

Closed
dajare opened this issue Nov 29, 2021 · 12 comments
Closed

List of keyboard shortcuts / hotkeys? #103

dajare opened this issue Nov 29, 2021 · 12 comments

Comments

@dajare
Copy link

dajare commented Nov 29, 2021

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?)

@textbrowser
Copy link
Owner

This is a nice idea. Thanks.

@textbrowser
Copy link
Owner

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

@textbrowser
Copy link
Owner

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

@textbrowser
Copy link
Owner

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

@textbrowser
Copy link
Owner

textbrowser commented Nov 29, 2021

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

Screenshot_20211129_114705

@textbrowser
Copy link
Owner

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

@anwarsfaizul
Copy link

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

@textbrowser
Copy link
Owner

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
Copy link
Owner

textbrowser commented Apr 7, 2023

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
Copy link
Owner

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

@textbrowser
Copy link
Owner

Screenshot_20230608_105052

@textbrowser
Copy link
Owner

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().

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

No branches or pull requests

3 participants