Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0 (home page)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.0 (home page)Version 6.0Version 5.0 (home page)Version 4.0 (home page)

On this page

(image: Keyman icon) What's New in Keyman Developer

What's New in Keyman Developer

Keyman Developer 6.2 is designed to work with Unicode. Unicode is a character encoding standard that supports most of the world's more common languages, and includes support for user-defined languages. Instead of a 256 character (8 bit) standard such as the 8 bit ANSI keyboards supported in Keyman 4.0, Keyman 6.2 and Keyman Developer 6.2 support keyboards with over 1 million characters.

Keyman Developer 6.2 has been split into two editions -- Standard and Professional. We recognised that many keyboard developers did not need all the advanced features that are available in the Professional edition. The tables below list the new features in version 6.2, and tells you which edition they are available in. Pricing for the two editions is available here.

The Evaluation edition of Keyman Developer provides access to both Standard and Professional features. When using the Evaluation edition, professional features are clearly highlighted with the use of a simple watermark.

The features listed below are broken down into New Program features, New Keyboard Language features, and New Packaging and Distribution features.

New Program Features

 StandardPro
  • Visual Keyboard Editor
  • Allows you to create an on-screen representation of your keyboard which users print for reference or even enter text with. It can be created automatically from most keyboards. The on-screen display can be transparent under Windows 2000 and Windows XP, increasing the useable screen space.
  • Describe visual keyboard as XML
  •  
    Lets you export a visual keyboard to an XML file, allowing for a standardised description of the keyboard.
  • Export keyboard images to HTML, PNG, BMP
  • Enables exporting of visual keyboards to PNG, BMP, or interactive HTML formats for documentation.
  • Keyboard debugger
  •  
    Makes finding and eliminating bugs from complex keyboards much simpler, and allows for better testing. It includes:
    • Fully interactive step-by-step program tracing.
    • Breakpoints: highlighting a particular rule to that you can trace a problem with that rule
    • Store information: shows the stores associated with the current rule, and highlights relevant characters in the store.
    • Current deadkey states: shows visually the current deadkeys.
    • Call stack: shows the execution path through multiple group keyboards.
  • Keyboard regression testing
  •  
    When creating a complex keyboard, it can be difficult sometimes to add a new rule without affecting existing rules. Regression testing allows you to automatically test your keyboard to ensure you haven't changed the behaviour in an undesired manner. You can specify tests either through XML or interactively, and save the tests for the future.
  • Warning about possible viruses in Word-format documentation
  • Warns the user about the possibility of viruses in Word documents included in packages.
  • Different fonts in editor for quoted text
  • Allows comments and string in the keyboard editor to be displayed in a different font than the remainder of the code. This helps where using a language that is not in the usual editor fonts.
  • Grouping files into projects
  •  
    Facilitates development of complex keyboard projects which might include multiple keyboards as well as related documents and packages. You can build all keyboards and packages automatically after making modifications.
  • Print preview and coloured syntax printing
  • Allows you to preview how the keyboard source will appear before printing, and also enables printing the syntax highlighting.
  • HTML and XML editing with syntax highlighting
  • Makes editing HTML and XML files simple, with the use of coloured syntax highlighting specific to each file type.
  • Enhanced character map
  • partial
    The dockable character map displays all ANSI or Unicode characters in a font, along with their codes and properties. It includes support for Unicode character names (Pro edition only) and an improved interface.
  • Enhanced keyboard wizard
  • The keyboard wizard is an visual display of the keyboard, and now supports multiple shift states per key. It integrates the bitmap editor and has a much improved user interface.
  • Welcome dialog
  • When you start Keyman Developer 6.2, a Welcome Dialog with the most common tasks and recently used files will be displayed, increasing the user-friendliness of TIKE.
  • Registration wizard
  • A registration wizard is included to simplify the process of registering Keyman Developer online.

    New Keyboard Programming Language Features

     StandardPro
  • UTF-8 and UTF-16 file format support
  • Allows keyboard source files to contain Unicode text in comments or strings. Also can edit text files, XML files, and HTML files in UTF-8 or UTF-16 formats.
  • Positional and Mnemonic keyboards
  • A positional keyboard is one that has an unvarying layout -- no matter what physical keyboard the user has, the layout will not change. A mnemonic layout, on the other hand, adapts itself to the user's layout, thus, for example, enabling phonetic input on a range of European keyboards.
  • Named character constants
  • Provides an easy, readable way to refer to Unicode characters within a keyboard file. Characters can be assigned names which allows you to avoid using their character value, making your keyboard files much clearer.
  • Unicode character name constants
  •  
    Implements all official Unicode character names as named character constants.
  • Input method extensions
  •  
    Allows practically unlimited extension of Keyman keyboards with custom DLLs.
  • Deadkeys and virtual keys in stores
  • In Keyman 5, deadkeys and virtual keys were not allowed in store statements. Keyman 6 allows you to do this, reducing the complexity of many keyboards.
  • Context(n)
  • Allows output of a single character from the context.
  • Index, Context(n) in context
  • Keyman 6 allows you to use the index and context statements in the context part of the rule.
  • Ethnologue code support
  • Allows the user to store the SIL Ethnologue language code in the keyboard, for use by third-party applications.
  • Named deadkeys
  • Provides a meaningful name for a deadkey, where previously only numbers were allowed, simplifying the keyboard source.

    New Package and Distribution Features

     StandardPro
  • Install splash image
  •  
    Allows a custom image or logo to be displayed when installing a package.
  • Redistributable installers and packages with one editor
  • Simplifies the process of creating packages and installers. The editor has also been vastly improved. Multiple keyboards can be included in a single package, and packages can be included inside other packages.
  • Run a program after package installation
  •  
    Allows for integration of package installation with other programs.
  • Graphical splash dialog for redistributable installers
  •  
    Allows a custom image or logo with user-defined buttons to be displayed on startup of the redistributable installer.
  • UTF-8 and UTF-16 file format support.
  • Readme documents can now contain Unicode characters.