-
Notifications
You must be signed in to change notification settings - Fork 225
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
Inserting a space and then typing a period should backspace the space before typing the period #172
Comments
I'm not sure I follow. Using the clause-ending spacebar multitaps, tapping the spacebar 3 times should do a period thes a space, so it can start the new sentence. |
What I meant was, say I type "Some words " (note the space after the words). Now I decide I want to type a period. If I type a period now, the next turns in to "Some words ." (note the space between the words and the period. The functionality of other virtual keyboards is to automatically remove the space, so the typed text becomes "Some words." (which is how you would generally want it to be). If you actually want to type "Some words ." for some reason, then you have to type "Some words." (note the two spaces). I'd suggest this should be default behavior, but maybe there should be a setting to disable it if people don't like it |
Agreed, that sounds useful. |
This seems not-explicit behavior. There are many cases where you might want a period after a space, such as when you use parentheses like If someone really wants this, I'd accept a PR to add that setting, but it seems easier to me to just tap backspace. |
Why would someone want to type "some text (some other text) ." I've wanted to type NOT that (i.e., no space) 100x more than I've wanted to type that. You can still type it your way; you just have to put an extra space. PR incoming; can you please re-open the issue? |
If this is added, please make it an option rather than forced. On the previous keyboard I used, it was very annoying that it autocorrected "sometext : )" to "sometext: )" because of removing pre-punctuation spaces. |
It would only be for periods and commas. Please give an example of a time you've ever intended to insert a space between a letter and a period/comma. |
If it's only for periods and commas, I would not object ,.';.;'., |
Would still like this feature! |
Chiming in with example usecase for leaving the space, since others seem confused why this should be optional. When discussing programming or talking about shell commands (eg in github comments!) I often need to say things like
Or run |
Programming is so different from regular language typing, that it seems like turning off multitaps (and probably autocapitalize) is the best option. The alternative is to add all kinds of settings for multitap exceptions and intracacies. |
No description provided.
The text was updated successfully, but these errors were encountered: