Add new shortcut 'shift+p' in readme

This commit is contained in:
Rishabh Singh 2025-10-13 10:29:31 +00:00
parent 9a70aaa7ba
commit 8d9acac43c

View file

@ -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.