mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1304] Add initial keymap configuration #1249
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1249
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/1304
Author: @Komediruzecki
Created: 11/7/2021
Status: 🔄 Open
Base:
master← Head:feature/add-keymap-customization📝 Commits (2)
7f3a4bcAdd initial keymap configuration574db47Add 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
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.