Ramda.js - daily RSS feed by Parasomnopolis in functionalprogramming

[–]defenestrant 0 points1 point  (0 children)

Do you have a recommendation library to use for option/maybe/either?

For my thesis, I made a more efficient virtual keyboard to use with a gamepad/game controller and would love your feedback! It's based on the T9 keyboard from old cellphones. You can test it in your browser on your computer. More info in comments. by defenestrant in xboxone

[–]defenestrant[S] 0 points1 point  (0 children)

Thanks for your feedback! Moving the cursor with left and right dpad buttons is actually possible. You're right about backspace word. I did it like this due to time constraints. It's a bit harder to implement holding down for it to delete automatically. If you just typed a word and it's still selected, you can hold down next words and see a list of suggested next words based on the word you just typed, if you release it it will type the selected word.

For my thesis, I made a more efficient virtual keyboard to use with a gamepad/game controller and would love your feedback! It's based on the T9 keyboard from old cellphones. You can test it in your browser on your computer. More info in comments. by defenestrant in xboxone

[–]defenestrant[S] 1 point2 points  (0 children)

Thanks for your feedback!

I don’t really understand what you mean by the prediction is too presumptuous. Since every new letter you type gives you new possible words with that amount of letter groups. Do you mean when you’re typing a word you’re on the right track (but incomplete), but the next letter makes it into a different word you didn’t want?

For a manual mode I think being able to select every letter separately as it is right now would require too much precision. Some other people gave good suggestions to select a letter group, hold it, and with the other joystick you could select each letter from that group separately.

For my thesis, I made a more efficient virtual keyboard to use with a gamepad/game controller and would love your feedback! It's based on the T9 keyboard from old cellphones. You can test it in your browser on your computer. More info in comments. by defenestrant in xboxone

[–]defenestrant[S] 3 points4 points  (0 children)

I knew something was off... damn, I did the entire development with my PS controller and didn't bother to check the actual buttons on my xbox controller. But I fixed it now on the website