Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 6.0

On this page

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

Named Constants

Named constants allow you to use a descriptive name for a character, instead of its code. To define a named constant, use store(name) code. When you wish to refer to the code, use $name.

The dollar referencing can only be used with named constants. You cannot use it for stores that have more than one character in them.

store(CCedilla) U+00E7
+ [RALT K_C] > $CCedilla