Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 8.0

Index

On this page

You are viewing documentation of version 8.0, which is not included in the latest version. Click here to open the index page for version 18.0.

save statement

  
%ruleContext% + %ruleKey% > %ruleOutput% save(%optName%)
  

The save command is used on the right hand (output) side of a rule to save a current option value in the Windows registry. This option value will then become the default option value for future use. It will typically be used after a set command to make the dynamically changed option value change permanent.

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

The key sequence matched by the rule will change the option value to '1' and make that change permanent.

Versions

The save keyword was introduced in Keyman 8.0.

Related Topics