-
Notifications
You must be signed in to change notification settings - Fork 259
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
[FEAT] Hotkeys v0 #152
Comments
Editing Hotkeys
Create and edit elements
Navigation
Editing textIdeally style edits can be made within long strings of text on selected shorter sections of text
Non-style edits to text
|
Exploring a few options we can use. I don't think we need to use global keys from Electron. We should use React-based hotkeys setup. A few options:
|
Keeping this open for the rest of the hotkeys as functionalities are added. We added everything that is currently supported in #193 |
Adding another hotkey...
|
Describe the feature
We need to support hotkeys in our system these hotkeys will include various functionalities such as:
For Electron, there is a choice between using React component-level hotkeys vs using global Electron hotkeys. Seems like the choice should be based on context. Certain hotkeys such as zoom, copy/paste may be component-specific while other more global ones such as save may want to be electron-specific. Needs more exploration.
Note: There will be some existing hot keys implemented such as the zoom keys for this PR. Once the unified hotkeys system is in place, this should be moved into that system.
883f3ba
The text was updated successfully, but these errors were encountered: