Difference between revisions of "Tablet Hardware Buttons"

From ThinkWiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{| width="100%"
==Tablet Hardware Buttons==
+
|style="vertical-align:top;padding-right:20px;width:10px;" |
 +
|style="vertical-align:top" |
 +
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 +
===Tablet Hardware Buttons===
 
The X41 tablet PC includes hardware buttons located on the
 
The X41 tablet PC includes hardware buttons located on the
LCD screen bezel.  They are designed to be used when the Thinkpad is
+
LCD screen bezel.  They are designed to be used when the ThinkPad is
 
converted to the tablet configuration (though they are still
 
converted to the tablet configuration (though they are still
 
accessible when in the laptop configuration).
 
accessible when in the laptop configuration).
  
According to the IBM/Lenovo [http://www.pc.ibm.com/us/thinkpad/xseries/tablet/ website]:
+
The X41 Tablet hardware buttons include{{footnote|1}}:
 
+
*Power (with sliding lock)
      X41 Tablet hardware buttons include: power with sliding lock, Cltr-Alt-Del[sic], Page up, Page down,  
+
*Cltr-Alt-Del [sic]
      Enter, Escape, Screen Rotation, and a Tablet shortcut menu
+
*Page up
 +
*Page down,  
 +
*Enter
 +
*Escape
 +
*Screen Rotation
 +
*Tablet shortcut menu
 +
</div>
 +
|}
  
 
==Linux Support==
 
==Linux Support==
Line 38: Line 48:
 
==Models featuring this Device==
 
==Models featuring this Device==
 
*ThinkPad {{X41T}}
 
*ThinkPad {{X41T}}
 +
 +
{{footnotes|
 +
#According to the IBM/Lenovo X41 Tablet [http://www.pc.ibm.com/us/thinkpad/xseries/tablet/ website].
 +
}}
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 12:11, 30 August 2005

Tablet Hardware Buttons

The X41 tablet PC includes hardware buttons located on the LCD screen bezel. They are designed to be used when the ThinkPad is converted to the tablet configuration (though they are still accessible when in the laptop configuration).

The X41 Tablet hardware buttons include1:

  • Power (with sliding lock)
  • Cltr-Alt-Del [sic]
  • Page up
  • Page down,
  • Enter
  • Escape
  • Screen Rotation
  • Tablet shortcut menu

Linux Support

The hardware buttons (except power) are recognized by the standard atkbd kernel driver which emits the following scancodes:

Key Scancode
Page up 0x6D
Page down 0x6E
Enter 0x69
Esc 0x6B
Toolbox 0x68
Rotate 0x6C
(Unlabeled) 0x67

The utility setkeycodes(8) can be used to map these scancodes to keycodes. For example, the following command will map the page up and page down buttons to their respective keys:

# setkeycodes 6e 109 6d 104

Models featuring this Device


FOOTNOTES [Δ]
  1. According to the IBM/Lenovo X41 Tablet website.