mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #267] Cmd(or Ctrl) + Backspace deletes the note #93
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#93
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 @revant117 on GitHub (Jan 7, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/267
Originally assigned to: @Rokt33r on GitHub.
Current behavior
On windows app, Ctrl+Backspace deletes the note. This is problematic because Ctrl+Backspace is generally used to delete the entire word.
Expected behavior
Ctrl+Backspace should follow common behavior and delete a word rather than deleting that entire note
Steps to reproduce
Environment
@Rokt33r commented on GitHub (Jan 8, 2020):
I'll replace it with
Deletekey. The fix will be released in this week. Thanks for reporting!@Rokt33r commented on GitHub (Jan 9, 2020):
I confirmed Cmd + Del(Backspace on macOS) also has a same problem. So I fixed it by the shortcut only work when list is focused. The fix will be deployed tomorrow.