HP Dx9000 Resources for Developing Touch-Friendly Applications for HP Business - Page 29

HP System Configuration Schema Version 1.0

Page 29 highlights

Disabling/Retasking Volume Side Buttons You can put an XML file that follows all the requirements listed below to disable or re-task the volume buttons on the side of an HP TouchSmart 9100:  File name: HPConfiguration.xml  File path: 1. Windows Vista® and Windows 7®: %ProgramData% 2. Windows XP®: %ALLUSERSPROFILE%\Application Data  XML schema: HPSystemConfiguration.xsd version 1.0 (Please see section HP System Configuration Schema)  A system reboot is required for a new or modified configuration xml file to take effect.  Any volume side button not declared in the configuration file will take its default behavior.  You can delete HPConfiguration.xml and reboot the system so the volume side buttons return to their factory default behavior.  The configuration file allows you to enable or disable the auto-repeat functionality of the volume side buttons, and also to specify the auto-repeat interval. The auto-repeat functionality is to the ability of the system to simulate a button press every so often when the button is pressed and held continuously. Please see the XML schema for more details about auto-repeat disabling/enabling. Note This feature only works if the unit has the following prerequisites:  Buttons & OSD control application gen3 must be installed (can be checked in Control Panel > Programs > Programs and Features).  The latest ACPI driver and device drivers for HP TouchSmart 9100 must be installed. HP System Configuration Schema Version 1.0 Schema

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37

29
Disabling/Retasking Volume Side Buttons
You can put an XML file that follows all the requirements listed below to disable or
re-task the volume buttons on the side of an HP TouchSmart 9100:
File name:
HPConfiguration.xml
File path:
1.
Windows Vista® and Windows 7®:
%ProgramData%
2.
Windows XP®
:
%ALLUSERSPROFILE%\Application Data
XML schema:
HPSystemConfiguration.xsd
version 1.0 (Please see section
HP
System Configuration Schema
)
A system reboot is required for a new or modified configuration xml file to take
effect.
Any volume side button not declared in the configuration file will take its default
behavior.
You can delete
HPConfiguration.xml
and reboot the system so the volume side
buttons return to their factory default behavior.
The configuration file allows you to enable or disable the auto-repeat
functionality of the volume side buttons, and also to specify the auto-repeat
interval. The auto-repeat functionality is to the ability of the system to simulate a
button press every so often when the button is pressed and held continuously.
Please see the XML schema for more details about auto-repeat
disabling/enabling.
Note
This feature only works if the unit has the following
prerequisites:
Buttons & OSD control application gen3
must be
installed (can be checked in Control Panel > Programs
> Programs and Features).
The latest ACPI driver and device drivers for HP
TouchSmart 9100 must be installed.
HP System Configuration Schema Version 1.0
Schema
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:hpcfg="urn:HPSystemConfiguration"
targetNamespace="urn:HPSystemConfiguration" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0">
<!--
This schema specifies the form of the XML meta-data for the system
configuration of a Hewlett-Packard system.
-->
<xs:element name="HPSystemConfiguration"
type="hpcfg:HPSystemConfiguration" />
<!--