[PR #212] [MERGED] note create, note delete, toggle view, focus search keybinds #665

Closed
opened 2026-03-03 00:22:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/212
Author: @ButteryCrumpet
Created: 12/23/2019
Status: Merged
Merged: 12/27/2019
Merged by: @Davy-c

Base: masterHead: keybinds


📝 Commits (9)

📊 Changes

8 files changed (+144 additions, -70 deletions)

View changed files

📝 package.json (+1 -0)
📝 src/components/NotePage/NoteList/NoteList.tsx (+38 -35)
📝 src/components/NotePage/NotePage.tsx (+63 -12)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+2 -1)
📝 src/components/Tutorials/TutorialsNoteList.tsx (+24 -13)
📝 src/lib/i18n/enUS.ts (+2 -2)
📝 src/lib/i18n/ja.ts (+9 -7)
📝 src/lib/keyboard.ts (+5 -0)

📄 Description

On Mac - ctrl = cmd and alt = opt

Added keybinds:

  • ctrl + p -> focus search input
  • ctrl + enter -> new note
  • ctrl + shift + backspace -> trash note
  • ctrl + alt + e -> editor view
  • ctrl + alt + s -> split view
  • ctrl + alt + p -> preview view

Moved NoteList navigation keybinds to global hook

  • alt + arrow up Navigate up
  • alt + arrow down Navigate down

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/212 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/23/2019 **Status:** ✅ Merged **Merged:** 12/27/2019 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `keybinds` --- ### 📝 Commits (9) - [`cfa3475`](https://github.com/BoostIO/BoostNote-App/commit/cfa3475c422d4668e5ea96812cfdf2378204420f) note create, note delete, toggle view, focus search keybinds - [`6de3cd1`](https://github.com/BoostIO/BoostNote-App/commit/6de3cd1eb787a71b6033a357f131e605ba7601ed) after merge - [`780bd64`](https://github.com/BoostIO/BoostNote-App/commit/780bd64f01e88e0888916200150824dc128d41d4) keybindings only for desktop app - [`b42d6aa`](https://github.com/BoostIO/BoostNote-App/commit/b42d6aa7f699f4a68cf5538ba375891ea070db24) fixed app bindings - [`8b129ac`](https://github.com/BoostIO/BoostNote-App/commit/8b129acab70f3a07bc4f89f370ddcc1d96e3d5c3) remove key log - [`a65517f`](https://github.com/BoostIO/BoostNote-App/commit/a65517f1aeb7f3c2c47f693cb0a4eb30cf52d4f6) toggle view to ctrl T - [`56ec952`](https://github.com/BoostIO/BoostNote-App/commit/56ec9526a8f75f1ffa7a779e22f552b3b2686e51) fixed t -> T for use with shift with e.key - [`72c072a`](https://github.com/BoostIO/BoostNote-App/commit/72c072a5501ba0719a3260eb62111d86224b0f16) mac fix - [`7155ead`](https://github.com/BoostIO/BoostNote-App/commit/7155eadea9899beca377a3aa78e129f07a3cd5c5) fix return pretty ### 📊 Changes **8 files changed** (+144 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `src/components/NotePage/NoteList/NoteList.tsx` (+38 -35) 📝 `src/components/NotePage/NotePage.tsx` (+63 -12) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+2 -1) 📝 `src/components/Tutorials/TutorialsNoteList.tsx` (+24 -13) 📝 `src/lib/i18n/enUS.ts` (+2 -2) 📝 `src/lib/i18n/ja.ts` (+9 -7) 📝 `src/lib/keyboard.ts` (+5 -0) </details> ### 📄 Description On Mac - `ctrl = cmd` and `alt = opt` Added keybinds: - `ctrl + p` -> focus search input - `ctrl + enter` -> new note - `ctrl + shift + backspace` -> trash note - `ctrl + alt + e` -> editor view - `ctrl + alt + s` -> split view - `ctrl + alt + p` -> preview view Moved NoteList navigation keybinds to global hook - `alt + arrow up` Navigate up - `alt + arrow down` Navigate down --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#665
No description provided.