app
app copied to clipboard
[FEATURE] Global Shortcuts Configuration
🛻 LaraDumps Pull Request
Welcome and thank you for your interest in contributing to our project.
Guidelines
🗒️ Please read the Contributing Guide and follow all steps listed there.
✍️ Give this PR a meaningful title.
📣 Describe your PR details below.
Pull Request Information
Motivation
- [ ] Bug fix
- [X] New feature
- [ ] Enhancement
- [ ] Breaking change
Related Issue(s)
This PR Fixes the Issue #_____.
Description
This Pull Request adds the possibility to configure global shortcuts
****** work in progress ******
TODO
- [ ] style shortcuts page
- [ ] Remove tailwind cdn from shortcuts page
- [ ] validate that user is not setting the same shortcut for two commands
- [ ] define real shortcuts and apply actions
- [ ] verify how modifiers key are represented in the input and in the electron format.
Available modifiers
Command (or Cmd for short)
Control (or Ctrl for short)
CommandOrControl (or CmdOrCtrl for short)
Alt
Option
AltGr
Shift
Super
Meta
Contribution Guide
- [X] I have read and followed the steps listed in the Contributing Guide.
Documentation
This PR requires Documentation update?
- [X] Yes
- [ ] No
- [ ] I have already submitted a Documentation pull request.