Note
This is general section, that applies to all Tessel Software Line programs that uses INI
file.
- HotKey
Defines hotkey, that popup raster magnifying glass.
Examples:
HotKey=32 ; Space key
HotKey=196608 ; CTRL + Shift
- KeepPopup
If set to 1, magnifying glass window is keeping opened until you press Esc key. If set to 0, magnifying glass is closed on mouse move.
- Magnification
Defines magnifying glass magnification parameter. Possible values are integer numbers between 2 and 10.
Example:
Magnification=10
- MagnifyGlassActive
If set to 1, raster magnifying glass is active.
Example:
MagnifyGlassActive=1
- MagnifyGlassSize
Defines magnifying glass window size in pixels. Possible values are integer numbers between 50 and 250.
Example:
MagnifyGlassSize=200
- PopupOnHotKey
If set to 1, raster magnifying glass is popup after hotkey pressing. If set to 0, you can't use magnifying glass on pop-up key.
Example:
PopupOnHotKey=1