mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #752] Command+S / Ctrl+S may not be good for "Save As" #389
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#389
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 @ritou11 on GitHub (Jan 1, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/752
Current behavior
⌘Snow is the shortcut for "Save As". However, it is a solid habit for me to use it as "Save" in all other editors. Now every time I finish the editing,⌘Swould trigger the save as panel. It is really annoying when I use Boost Note as a daily note keeper or editor.Expected behavior
Use
⌘Sfor "Sync", and⌘⇧Sfor "Save as". Or we can customize this as discussed in #367 #700 .@fabis94 commented on GitHub (Jan 12, 2021):
Yes, exactly my thoughts as well. It's incredibly annoying to have the "Save As" window pop up every time I reflexively press Cmd+S
@Komediruzecki commented on GitHub (Jan 12, 2021):
Hi,
I agree with you, it's general user habit to save the document which is being edited with that shortcut (and since boostnote saves it automatically - the shortcut is bound to another action). I think we will probably introduce custom keymaps soon enough, so you should be able to change it to your liking.
@Rokt33r commented on GitHub (Feb 22, 2021):
Yeah, I think we should introduce the customizable keymap really soon. I'll try to prioritize this task.
@Rokt33r commented on GitHub (Aug 20, 2021):
Custom keymap is introduced for the local app, https://github.com/BoostIO/BoostNote.next-local.
If you still need it for the cloud space app, please reopen this issue.