store(%snStore%) %xsData%
The store statement lets you store a string of characters or keys in a buffer which can then be referenced with any and index. Proper use of store can reduce many keyboards down to a few rules. A store is terminated at the end of the line (or continuation lines). Stores can contain either Unicode or ANSI characters, but a single store cannot contain both. Stores can also contain virtual keys and deadkeys, and outs() statements.
Example
store(keys) "ABCDEFG"
Versions
The return statement was introduced in Keyman 3.0. Starting in version 6.0, deadkeys and virtual keys are allowed within stores. Version 5.0 and earlier did not allow these.
Related Topics
Send Tavultesoft feedback on this topic | Copyright © 2007 Tavultesoft Pty Ltd. All Rights Reserved.
Please write any comments about the help topic below. If you would like a response from Tavultesoft, include your email address in your comments.
Thank you for your comments. We review all comments submitted and use them to improve the quality of this help file.