-
Notifications
You must be signed in to change notification settings - Fork 71
Add keyboard shortcuts #25
Comments
The implementation of shortcuts is done. Now we need create a window to show to the user shortcuts available |
I did QA on this issue. Most of the shortcuts works fine, except for the previous and next emails. ps: there's no unit tests for this feature :( |
I also tested here and found one not expected behavior: |
This reverts commit aa66beb. This commit broke the functional tests, so we are reverting it for now, while we fix it
I reverted it, because the focus logic broke the all the functional tests, I'll move this back to the backlog for now |
Another bug: it is not possible to copy any text because it triggers the compose shortcut |
I implemented that feature using linux, it means that I didn't test using "command" just implemented for "Shift", "Ctrl" and "Alt" on shortcuts, that I guess is the issue. |
i started working on this in a fork https://github.com/treppo/pixelated-user-agent/tree/keyboard-shortcuts. |
so far implemented:
|
hello! |
@treppo A good thing would be to create a pull request with the base implementation (the base for using and creating shortcuts) and then implement them on your pace, with pull requests for the changes. |
@bwagnerr I opened the PR to track the progress. I don't quite know how I should make a base for shortcuts as I think they work just as any other flightjs component. |
Shortcuts
Note: all shortcuts but "Close open email" are disabled when composing emails.
Shortcuts map window
Open by pressing "?" or by choosing "view keyboard shortcuts" on the User Settings window:
Background color: #3E3A37 (opacity 90%)
Fonts:
The text was updated successfully, but these errors were encountered: