New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard shortcuts suggestions #90
Comments
|
Can you elaborate on the desired behavior for Speed reader mode automatically highlights text and outputs the current word at the bottom of the window in the same position. Having the words of a passage outputted at the same visual area allows for much quicker reading speed and comprehension. You don't have to move your eyes, and you generally don't internally say every word you read (I think it's called subvocalization). Here's a meme of speed reading in action. |
|
We could make it so when you press speed reading without a selection. It automatically selects the current line?
… On Sep 12, 2018, at 06:46, Paco ***@***.***> wrote:
Can you elaborate on the desired behavior for <Ctrl+Enter>? On macOS pressing that keybind is equivalent to simply pressing Enter.
Speed reader mode automatically highlights text and outputs the current word at the bottom of the window in the same position. Having the words of a passage outputted at the same visual area allows for much quicker reading speed and comprehension. You don't have to move your eyes, and you generally don't internally say every word you read (I think it's called subvocalization).
Here's a meme of speed reading in action.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
As for <c-enter>, The way I understand it, is that it goes to the end of the line before adding a linebreak, this way, if you’re in the middle of a sentence, it doesn’t break it, but still adds a new line.
… On Sep 12, 2018, at 06:46, Paco ***@***.***> wrote:
Can you elaborate on the desired behavior for <Ctrl+Enter>? On macOS pressing that keybind is equivalent to simply pressing Enter.
Speed reader mode automatically highlights text and outputs the current word at the bottom of the window in the same position. Having the words of a passage outputted at the same visual area allows for much quicker reading speed and comprehension. You don't have to move your eyes, and you generally don't internally say every word you read (I think it's called subvocalization).
Here's a meme of speed reading in action.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
Thanks for your response guys. Yeah as @neauoire said, it does a newline without breaking the current line, at least on windows. And i don't like it going full screen using this shortkey as it does right now, i would like it to function similar to other text editors, because that's somewhat quite useful feature - it does two operations in one combination. Then again i have no clue if that breaks something on macos. Also on Windows Thanks for your explanation regarding speed reading, the thing is, i am selecting the block of text, and then pressing the <Ctrl+k> shortcut, and nothing happens... All other shortcuts seems to be working, but in some cases, for some reason, i couldn't run any actions all, until i have unfocused and focused back into the window. But i couldn't reproduce it now... |
|
It's a very low cost change, and it doesn't really mess with OSX's fullscreen normal behaviours. Is it possible that you were in insert-mode, that locks shortcuts? |
|
Nah, as i see, when you get into insert mode, it shows a hint text on the status panel, with all accessible insert shortcuts, but when i had a problem with making <Ctrl+b> working, it was displaying the open link hint instead, so i suppose i was not in the insert mode. Anyways that just happened once i think, and i can't reproduce that anymore, so i am not entirely sure what was going on. |
|
Oh! It's broken on the public build! It's not you, it's me. |
|
Implemented, see preview. Activate with ctrl+shift+enter, for now. |
|
Awesome, thanks! |
<Ctrl+Enter>should not fullscreen the window,Alt+EnterorF11should be used instead (on Windows at least).<Ctrl+Enter>is actually supposed to set a newline from the current cursor position without dividing the line, like other text editors do.As a side note, i have no idea what speed reader does☹️ .
The text was updated successfully, but these errors were encountered: