PRINT_PREVIEW_SCROLL
Scrolling percentage in print preview window
WTSupported in traditional Synergy on Windows
|
|
|
|
The PRINT_PREVIEW_SCROLL environment variable specifies what percentage of the display area to scroll (if it is scrollable) when an arrow key is pressed.
Value
A number between 1 and 100, inclusive, that specifies the percentage of the display area to scroll when an arrow key is pressed.
Discussion
The print previewer evaluates this environment variable each time the previewer is opened, so that setting the value programmatically can take effect on the next preview.
If PRINT_PREVIEW_SCROLL is not set, or if it is set to an invalid value, the value defaults to 5 (1/20th of the display area).
Setting location
The environment or the [synergy] section of synergy.ini.
Used by
Synergy Windows printing API
Examples
The following example from the synergy.ini file scrolls 10 percent of the display area when an arrow key is pressed:
[synergy] PRINT_PREVIEW_SCROLL=10