mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #517] Ctrl-S for Search is not working #255
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#255
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 @SmithMMTK on GitHub (Jun 30, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/517
Current behavior
When press Ctrl-S we expect to jump cursor into Search box, but in Windows version there do nothing.
Expected behavior
When press Ctrl-S in Windows, it should jump the cursor into Search box
Steps to reproduce
Just press Ctrl-S
Environment
Desktop/Web
@orval commented on GitHub (Aug 1, 2020):
I'm on Mac using version 0.8.2. Command+S only puts the cursor in the search box if the last thing I clicked on was one of the notes in the notes list. If I'm editing a note it does nothing.
Command+F does nothing anywhere.
@Flexo013 commented on GitHub (Aug 2, 2020):
I suspect that the code mirror editor we use has some keybind on Ctrl+S that interferes with this functionality.
@Rokt33r commented on GitHub (Aug 23, 2021):
Ctrl S is not for search anymore. Please use Ctrl P(Cmd P for macOS)