09-08-2025, 09:50 PM
Hi Folks
I'm a beginner to Lubuntu, but this my notebook has born again with this OS, so I'm surfing the Linux sea.
Well, I hope there are many users of QB64pe on Linux.
Here a my first question:
have you the same issue I've got with INKEY$ keyword too?
![[Image: ascii-INKEY-in-Lubuntu.jpg]](https://i.ibb.co/sd06yNGd/ascii-INKEY-in-Lubuntu.jpg)
this is the code:
Thanks
I'm a beginner to Lubuntu, but this my notebook has born again with this OS, so I'm surfing the Linux sea.
Well, I hope there are many users of QB64pe on Linux.
Here a my first question:
have you the same issue I've got with INKEY$ keyword too?
![[Image: ascii-INKEY-in-Lubuntu.jpg]](https://i.ibb.co/sd06yNGd/ascii-INKEY-in-Lubuntu.jpg)
this is the code:
Code: (Select All)
Screen 0
_ControlChr Off
Do
Print " Press key for seeing the code turned back by INKEY$, Enter key will quit"
Sleep
a$ = InKey$
Print a$;
If Len(a$) > 1 Then Print " = CHR$(0) + CHR$(" + Str$(Asc(a$, 2)) + ")" Else Print " = " + Str$(Asc(a$))
Loop Until a$ = Chr$(13)
waiting Linux users' answersThanks



