All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:33, 1 June 2022 RhoSigma talk contribs removed protection from Keyboard scancodes (hist)
- 22:23, 27 April 2022 RhoSigma talk contribs protected Keyboard scancodes [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) (hist)
- 16:54, 18 April 2022 RhoSigma talk contribs created page Keyboard scancodes (Created page with "* '''Keyboards with Alt Gr key:''' _KEYHIT may return both Alt(100307) and Ctrl(100306) codes when that key is pressed or released. * '''Linux with foreign keyboards:''' SHELL _HIDE "setxkbmap us" will setup a keyboard to read US Scancodes. ==INKEY$ Codes== * INKEY$ returns a STRING ASCII character or a function key two byte string. ASC converts to code. Use: '''{{text|key$ <nowiki>=</nowiki> INKEY$|green}}''' * Key presses are read cons...")