mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Add new shortcut 'shift+p' in readme
This commit is contained in:
parent
9a70aaa7ba
commit
8d9acac43c
1 changed files with 9 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ There is another older – the app looks and feels much better now ;) – [artic
|
|||
|
||||
### Keyboard shortcuts (most important)
|
||||
|
||||
- `Shift`+`P`: Open create project dialog
|
||||
- `Shift`+`A`: Open add task bar
|
||||
- `Enter`: Edit currently focussed task title
|
||||
- `Arrow keys`: Navigate around task list
|
||||
|
|
@ -186,6 +187,14 @@ Can be used when adding a task. <strong>(Each of these can be disabled in settin
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Developer notes — keyboard shortcut testing</b></summary>
|
||||
|
||||
- Unit: a focused unit test was added for the new `Shift+P` shortcut. It asserts that `ShortcutService` opens the Create Project dialog.
|
||||
- E2E / Integration: keyboard flows are covered in Playwright tests under `e2e/tests/`. Running Playwright locally requires browser binaries and OS libraries; use `npx playwright install` and `npx playwright install-deps` or run in CI / Playwright docker images where these are preinstalled.
|
||||
|
||||
</details>
|
||||
|
||||
## :globe_with_meridians: Web Version
|
||||
|
||||
Check out the web version even though it is a bit limited: Time tracking only works if the app is open and for idle time tracking to work, the chrome extension must be installed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue