fix(plan-mode): change shortcut from Shift+P to Ctrl+Alt+P (#746)
Shift+P conflicts with typing capital P. Ctrl+Alt+P is cross-platform safe and doesn't conflict with common shortcuts like: - Ctrl+Shift+P (command palette on Windows/VS Code) - Shift+Alt+P (types π on macOS)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
### Changed
|
||||
|
||||
- Replaced `wasm-vips` with `@silvia-odwyer/photon-node` for image processing ([#710](https://github.com/badlogic/pi-mono/pull/710) by [@can1357](https://github.com/can1357))
|
||||
- Extension example: `plan-mode/` shortcut changed from Shift+P to Ctrl+Alt+P to avoid conflict with typing capital P ([#746](https://github.com/badlogic/pi-mono/pull/746) by [@ferologics](https://github.com/ferologics))
|
||||
|
||||
## [0.45.7] - 2026-01-13
|
||||
|
||||
|
||||
Reference in New Issue
Block a user