1943time / inkdown

A WYSIWYG Markdown editor, improve reading and editing experience. and generate your Markdown files into online documents in the easiest and fastest way.
https://www.inkdown.me
GNU Affero General Public License v3.0
849 stars 35 forks source link

Ctrl+A can not be used to select all the text #68

Closed zareith closed 3 months ago

zareith commented 3 months ago

In the search box, if I press Ctrl+A to select the previous search query, nothing happens.

1943time commented 3 months ago

I don't quite understand this question. Can you describe it more accurately or add screenshots or videos?

zareith commented 3 months ago

Yes, please take a look at the video below:

  1. I press ctrl+f which shows the search field and focuses it
  2. I press ctrl+a to select the previous search result, nothing happens. In the search input field ctrl+a doesn't seem to work.

Screencast from 2024-03-15 13-19-24.webm

If it helps, I am using it on Ubuntu (Mantic) through the AppImage.

1943time commented 3 months ago

The editor did not add the logic to return the previous search result with ctrl+a. Is this the behavior of other editors? Or the feature you want is to use the hotkey ctrl+a to return the previous search result?

zareith commented 3 months ago

ctrl+a is commonly used to select all the text. I was expecting it to work the same in this app too.

Given this is using browser based ui, I am not sure why it doesn't inherit that behavior by default.

1943time commented 3 months ago

Do you only want to use ctrl+a to select all text in the input box, so that it conforms to the browser's default behavior? This issue has been resolved, please wait for the next version.

zareith commented 3 months ago

Ok, that's great. Thanks again.