[PR #1304] Add initial keymap configuration #1249

Open
opened 2026-03-03 00:25:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1304
Author: @Komediruzecki
Created: 11/7/2021
Status: 🔄 Open

Base: masterHead: feature/add-keymap-customization


📝 Commits (2)

  • 7f3a4bc Add initial keymap configuration
  • 574db47 Add desktop only setup of custom keymaps

📊 Changes

20 files changed (+1176 additions, -62 deletions)

View changed files

📝 src/cloud/components/Application.tsx (+55 -14)
src/cloud/components/molecules/KeymapItemSection.tsx (+233 -0)
src/cloud/components/settings/KeymapTab.tsx (+106 -0)
📝 src/cloud/components/settings/SettingsComponent.tsx (+9 -0)
📝 src/cloud/lib/i18n/enUS.ts (+1 -0)
📝 src/cloud/lib/i18n/fr.ts (+1 -0)
📝 src/cloud/lib/i18n/ja.ts (+1 -0)
📝 src/cloud/lib/i18n/types.ts (+1 -0)
📝 src/cloud/lib/i18n/zhCN.ts (+1 -0)
📝 src/cloud/lib/shortcuts.ts (+0 -17)
📝 src/cloud/lib/stores/electron.ts (+0 -4)
📝 src/cloud/lib/stores/preferences/store.ts (+225 -9)
📝 src/cloud/lib/stores/preferences/types.ts (+2 -0)
📝 src/cloud/lib/stores/settings/store.ts (+1 -0)
📝 src/components/BoostHubWebview.tsx (+7 -0)
src/components/atoms/BoostHubWebview.tsx (+0 -0)
📝 src/electron/index.ts (+26 -1)
📝 src/electron/menu.ts (+18 -16)
📝 src/electron/windows.ts (+2 -1)
src/lib/keymap.ts (+487 -0)

📄 Description

Add shortcuts for desktop and web app

  • Sidenav toggle
  • Global Search toggle
  • Preferences toggle
  • Add split edit and preview mode toggle
    Comment out keymaps not implemented

Showcase:

https://user-images.githubusercontent.com/18196945/140656319-ac731a51-896b-4b3e-b1cd-b9b61e9f2421.mp4

Issue: https://github.com/Boostnote/BoostHub/issues/1478


🔄 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/1304 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 11/7/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/add-keymap-customization` --- ### 📝 Commits (2) - [`7f3a4bc`](https://github.com/BoostIO/BoostNote-App/commit/7f3a4bc926e0f68debf8a48e7d80bb9b6764383d) Add initial keymap configuration - [`574db47`](https://github.com/BoostIO/BoostNote-App/commit/574db4735f278c197c5138df4993bbe3c35d2ffd) Add desktop only setup of custom keymaps ### 📊 Changes **20 files changed** (+1176 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Application.tsx` (+55 -14) ➕ `src/cloud/components/molecules/KeymapItemSection.tsx` (+233 -0) ➕ `src/cloud/components/settings/KeymapTab.tsx` (+106 -0) 📝 `src/cloud/components/settings/SettingsComponent.tsx` (+9 -0) 📝 `src/cloud/lib/i18n/enUS.ts` (+1 -0) 📝 `src/cloud/lib/i18n/fr.ts` (+1 -0) 📝 `src/cloud/lib/i18n/ja.ts` (+1 -0) 📝 `src/cloud/lib/i18n/types.ts` (+1 -0) 📝 `src/cloud/lib/i18n/zhCN.ts` (+1 -0) 📝 `src/cloud/lib/shortcuts.ts` (+0 -17) 📝 `src/cloud/lib/stores/electron.ts` (+0 -4) 📝 `src/cloud/lib/stores/preferences/store.ts` (+225 -9) 📝 `src/cloud/lib/stores/preferences/types.ts` (+2 -0) 📝 `src/cloud/lib/stores/settings/store.ts` (+1 -0) 📝 `src/components/BoostHubWebview.tsx` (+7 -0) ➕ `src/components/atoms/BoostHubWebview.tsx` (+0 -0) 📝 `src/electron/index.ts` (+26 -1) 📝 `src/electron/menu.ts` (+18 -16) 📝 `src/electron/windows.ts` (+2 -1) ➕ `src/lib/keymap.ts` (+487 -0) </details> ### 📄 Description Add shortcuts for desktop and web app - Sidenav toggle - Global Search toggle - Preferences toggle - Add split edit and preview mode toggle Comment out keymaps not implemented Showcase: https://user-images.githubusercontent.com/18196945/140656319-ac731a51-896b-4b3e-b1cd-b9b61e9f2421.mp4 Issue: https://github.com/Boostnote/BoostHub/issues/1478 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1249
No description provided.