store( &bitmap ) "%bmpfile%" BITMAP %bmpFile%
Specifies the bitmap associated with the keyboard file. The bmpFile can be specified as a full path, or relative to the keyboard, or, if in the same directory, simply as the name of the file without the '.bmp' extension. The bitmap filename must be enclosed in quotes when using the store() syntax.
The bitmap statement is not required in Keyman 5. However, if you leave it out, a black box will currently be displayed. This may be changed in the future for a simple generic image.
Example
store( &bitmap ) "keyboard.bmp"
Versions
The BITMAPS statement was introduced in Keyman 3.0. This statement replaces the BITMAPS statement from Keyman 3.0. Keyman 4 only required one bitmap. Keyman 5 now makes the statement completely optional.