No keyboard object in console ? LR wrong ?

When I try to use the Keyboard object in Console, I get “This item does not exist”.
Yet the LR states at Page Not Found — Xojo documentation Framework: All

<https://xojo.com/issue/38205>

Sorry, no, you can only use StdIn.

It already does say this at the very top where it says

Supported Platforms
Type: Desktop OS: OS X, Windows, Linux Framework: All

where
Type = desktop console web etc - this is the project type (so since this says DESKTOP its only supported in Desktop / GUI apps)
OS = Windows Linux OS X
Framework - Carbon / Cocoa usually but since Carbon has been deprecated this is usually ALL

[quote=168121:@Norman Palardy]It already does say this at the very top where it says

Supported Platforms
Type: Desktop OS: OS X, Windows, Linux Framework: All

where
Type = desktop console web etc - this is the project type (so since this says DESKTOP its only supported in Desktop / GUI apps)
OS = Windows Linux OS X
Framework - Carbon / Cocoa usually but since Carbon has been deprecated this is usually ALL[/quote]

Sorry, read too fast. Thank you.