mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #700] Revamp all Shortcut keys #367
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#367
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?
Originally created by @Rokt33r on GitHub (Nov 28, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/700
Originally assigned to: @Rokt33r on GitHub.
Based on Apple guide
https://developer.apple.com/design/human-interface-guidelines/macos/user-interaction/keyboard/
Global
**)*)**The selection behavior should depend on where users are focusingWhen workspace tree view is focused
@myicq commented on GitHub (Dec 9, 2020):
+1 for this. I like to work keyboard centric when taking (programmer) notes, and prefer navigation with keys only.
It's annoying that BoostNote has so few shortcut keys, and those that are, are not implemented in a meaningful way. Example, I can activate search with CTRL-P (???! Windows "stadard" is CTRL-F or CTRL-B) , this searches globally. But I cannot focus the found items.
Of course there IS a key to activate HTML/DOM debugging window. Why is that useful to me as a regular user ?
I need things like toggle edit/rendered/split. Nagivate between panes of folders / notes. Activate search and navigate to found.
New note of course.
I really hope someone from the team is listening!
@Rokt33r commented on GitHub (Dec 13, 2020):
@myicq
We're about to merge this. Could you check and share your thought? #713
Thanks for the idea. So you want to have these things.
Do you have any other things that should be implemented?
Please join our slack and send a DM or mention me(@rokt33r)
https://join.slack.com/t/boostnote-group/shared_invite/zt-cun7pas3-WwkaezxHBB1lCbUHrwQLXw
@Rokt33r commented on GitHub (Dec 19, 2020):
TBD
@Komediruzecki commented on GitHub (Dec 19, 2020):
A bit of shortcut/help window examples:


@Komediruzecki commented on GitHub (Dec 26, 2020):
So new propositions are:
F1 - Show boostnote tutorial/shortcuts (as seen in above images, some modal with everything listed)
Alt + Left/Right (go through notes, switch tabs)
Can users currently re-bind shortcuts?
If not, we could offer key binding dialog which would be used to change shortcuts into user desired one. This can not just help users set it up like they like but also change a shortcut that might be unavailable for them (or clashes with some other action in particular OS).
For this profiles would be needed, with a default one - which users can always go to - reset shortcuts.