This property reports whether the computer has a hardware keyboard.
<computer>
The following displays if we're on a computer with a hardware keyboard':
<text sometext>
/ items= ("haskeyboard = <% computer.haskeyboard %>")
</text>
The following displays the application mode in an instruction page:
<page somepage>
haskeyboard = <% computer.haskeyboard %>
</page>