Unexpected-Keyboard icon indicating copy to clipboard operation
Unexpected-Keyboard copied to clipboard

does the key interval wait for macros to finish?

Open simper66 opened this issue 3 months ago • 2 comments

i would say no

e.g.

ne=" :home,<!--,end,-->,home,up"

swipe up and hold to comment above lines works in a chaotical way

simper66 avatar Sep 27 '25 11:09 simper66

The keyboard does wait in some cases but apparently not in all the cases: https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/juloo.keyboard2/KeyEventHandler.java#L418

I think the should_delay logic could be removed and the delay could be applied in every cases. Could you do the change ?

Julow avatar Sep 28 '25 21:09 Julow

I think the should_delay logic could be removed 

yeah, i'll make a try

for diverses reasons i can only work with the phone as mention in:

https://github.com/Julow/Unexpected-Keyboard/issues/1090#issuecomment-3259661411

but i found an Android sdk ide for android itself!

https://play.google.com/store/apps/details?id=com.m4coding.ide

quite impressive

simper66 avatar Sep 30 '25 05:09 simper66