Techmino icon indicating copy to clipboard operation
Techmino copied to clipboard

Some Android keyboards don't work properly in Techmino

Open Not-A-Normal-Robot opened this issue 4 years ago • 8 comments

https://user-images.githubusercontent.com/76723917/134670074-68aed614-4300-4eda-a3c1-514fe1b17cdd.mp4

Credit to SundayLee for video. Link to discord message

  1. Use Gboard
  2. Open Techmino's console
  3. Cannot type properly

Not-A-Normal-Robot avatar Sep 24 '21 11:09 Not-A-Normal-Robot

Also on iOS and iPadOS. Keys other than arrow keys cannot be recognised on these Operating Systems.

C29H25N3O5 avatar Sep 24 '21 17:09 C29H25N3O5

image

Not-A-Normal-Robot avatar Sep 25 '21 08:09 Not-A-Normal-Robot

Was the enter key really captured by LOVE2D? If yes, which key? If no, I cannot fix this. Need some experiments. How to check this: Enter Sudo mode in the console, then execute

#TASK.new(function()for i=1,180 do YIELD()end love.keyboard.setTextInput(true)end)

then type "test" and press enter quickly in 3 seconds, the keyboard will show up after you exeute that long code. Press the "unavailable enter key" some times, hide the keyboard, then take a screen shot quickly and send it to me.

Why don't I test it myself: 8 enters of 4 keyboards on my phone all works.

MrZ626 avatar Oct 01 '21 18:10 MrZ626

ok but how do you enter sudo mode without a working keyboard

Not-A-Normal-Robot avatar Oct 02 '21 10:10 Not-A-Normal-Robot

ok but how do you enter sudo mode without a working keyboard

Hmmmm maybe find a working one first, OTG keyboard or another keyboard software

MrZ626 avatar Oct 02 '21 10:10 MrZ626

Also this appears to happen on Gboard and Xiaomi's default keyboard when set to English language.

Not-A-Normal-Robot avatar Oct 04 '21 00:10 Not-A-Normal-Robot

Is it possible to undo the "keyboard-fix" "fix"? It seems like it does more breaking than fixing.

Not-A-Normal-Robot avatar Oct 15 '21 05:10 Not-A-Normal-Robot

Seems that love2d thinks user "inputed a newline char" instead of "pressed enter".

The keyboard-fix made it possible to type characters other than alphabets, but it do have many sideeffects, waiting for a better solution.

flaribbit avatar Nov 04 '21 02:11 flaribbit

seems to have been fixed. thanks MrZ!

Not-A-Normal-Robot avatar Dec 09 '22 11:12 Not-A-Normal-Robot

what, I haven't done anything

MrZ626 avatar Dec 09 '22 13:12 MrZ626

https://user-images.githubusercontent.com/76723917/206733687-72585d56-0c01-45bd-942d-fd6b02d56650.mp4

works perfectly

Not-A-Normal-Robot avatar Dec 09 '22 15:12 Not-A-Normal-Robot

I guess the keyboard-fix devs patched the bug

Not-A-Normal-Robot avatar Dec 09 '22 15:12 Not-A-Normal-Robot