Programming with Reflection
SaveKeymap property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether or not keyboard mappings are saved in settings files. When this value is True keyboard mappings are saved, when it is False they are not saved.
For example, this statement specifies that the keyboard map setup should not be saved when the settings file is saved:
Session.SaveKeymap = False
The default value is True.
The value of this property determines what information is saved to complete settings files (*.r1w, *.r2w, *.r4w). Keyboard settings are always saved when you save Key/Mouse Map settings files (*.rkm), even if this property is False.