Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0 (home page)Version 7.0Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

Index

On this page

keyman.xsl: Keyman Desktop Configuration Window

This is the XSLT that defines the main Keyman Desktop Configuration window. This is a complex dialog, with many elements, and so it has been split into several separate files:

XML Parameters

The XML parameters available for Keyman Desktop Configuration are listed on the pages above. One general parameter is available:

<state>(state information)</state>
  

This special parameter should be referenced in the XSLT as follows:

<div id="state"><xsl:value-of select="state"/></div>
  

This enables the Configuration dialog to retain state as the contents of the div element are saved by Keyman Desktop Configuration when the dialog closes, and passed through to the dialog XSLT in the state parameter. See the existing Keyman Desktop Configuration for example on how this works - this dialog uses the State parameter only to remember that last selected tab.

Targets

The targets available for Keyman Desktop Configuration are listed on the pages above. Other general targets are:

Target Parameters Description
keyman:footer_activate Opens the Product Activation dialog
keyman:footer_buy Opens the Product Purchase website
keyman:footer_ok Applies changes and closes Keyman Desktop Configuration
keyman:footer_cancel Cancels changes and closes Keyman Desktop Configuration