Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Lubuntu INKEY$ issue
#4
(09-08-2025, 09:50 PM)TempodiBasic Wrote: 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]

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' answers
Thanks
Reply


Messages In This Thread
Linux Lubuntu INKEY$ issue - by TempodiBasic - 09-08-2025, 09:50 PM
RE: Linux Lubuntu INKEY$ issue - by ahenry3068 - 09-08-2025, 09:58 PM
RE: Linux Lubuntu INKEY$ issue - by SMcNeill - 09-08-2025, 11:24 PM
RE: Linux Lubuntu INKEY$ issue - by Rudy M - 09-09-2025, 07:40 AM
RE: Linux Lubuntu INKEY$ issue - by Rudy M - 09-09-2025, 07:51 AM
RE: Linux Lubuntu INKEY$ issue - by SMcNeill - 09-09-2025, 09:52 AM
RE: Linux Lubuntu INKEY$ issue - by TempodiBasic - 09-09-2025, 10:28 AM
RE: Linux Lubuntu INKEY$ issue - by hsiangch_ong - 09-09-2025, 02:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Don't let INKEY$ byte you in the ASCII Pete 1 173 02-01-2026, 10:44 PM
Last Post: PhilOfPerth
  Make windows .exe using Linux version? Circlotron 7 510 01-15-2026, 09:42 PM
Last Post: ahenry3068
  Linux - file dialogue boxes... atl068 7 928 08-05-2025, 07:21 PM
Last Post: hsiangch_ong
  System Linux Chris 9 1,217 07-12-2025, 08:51 PM
Last Post: Chris
  Linux: terminal output Parkland 4 849 06-08-2025, 04:00 PM
Last Post: DSMan195276

Forum Jump:


Users browsing this thread: 1 Guest(s)