Skip to content
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

Defect: Chords with spaces are broken (CC LiteS2 -- CCOS v2.0.0Beta) #91

Open
joshnajera opened this issue Aug 14, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@joshnajera
Copy link

Describe the bug
When you have a chord that includes either the normal SPACE or SPACERIGHT in the activation of a chord, the final output is wrong.
It contains an additional character at the beginning of the output which corresponds to the first key pressed while activating the chord.

To Reproduce

  1. Create a chord with a space, such as "u + SPACERIGHT" => "youRight"
  2. Optionally: create a chord with a space, such as "u + SPACE" => "youLeft"
  3. Go somewhere you can type
  4. Attempt to chord the word(s) you just made which contains a space.
  5. Check the output-- at the beginning of the output, it includes the first character which you pressed in sequence to activate the chord
    5a. If you pressed "space" first when activating the chord, the final output contains an extra space at the beginning of the word
    5b. If you pressed "u" first when activating the chord, the final output contains "u" at he beginning

Expected behavior
The final output should fully delete all characters pressed in the chord prior to typing out the final output

Screenshots
too many backspaces

Please complete the following information:

  • OS: WIndows
  • CharaChorder Device: CC Lite S2
  • CCOS Version: 2.0.0 BETA

Additional context
I'm assuming this has something to do with it somehow conflicting with with the "Modifier Keys" for changing tense... but that's just a guess.
Hoping there's a fix, it would be useful to have the chords which contain a modifier to override the modifier functionality.

@joshnajera joshnajera added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant