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

Index

On this page

set statement

%ruleContext% + %ruleKey% > %ruleOutput% set(%optName% = %storeName% | %stringValue%) 
  

The set command allows the content a store to be changed dynamically, either to a string value or to the content of another store, during use of the keyboard. Changing store content while using one application will change it for all applications until Keyman is closed or the keyboard uninstalled. If it is wanted to make the changed store content permanent, to become the default content when restarting Keyman, the set command should be followed by a save command.

Example
+[CTRL ALT "1"] > set(opt1='1') 
+[CTRL ALT "2"] > set(opt1='2') 
  
Versions

The reset keyword was introduced in Keyman 8.0.

Related Topics