PM ASYNC FOCUS CHANGE: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
==Parameters== | ==Parameters== | ||
; Value: Can be ON or OFF or a value expressed in milliseconds . | ;Value: Can be ON or OFF or a value expressed in milliseconds. | ||
* SET PM_ASYNC_FOCUS_CHANGE=ON Activate the single input queue fix and set the timeout to 2000 ms. | |||
* SET PM_ASYNC_FOCUS_CHANGE=ON | *SET PM_ASYNC_FOCUS_CHANGE=OFF Deactivate the single input queue fix. | ||
Activate the single input queue fix and set the timeout to 2000 ms. | *SET PM_ASYNC_FOCUS_CHANGE=1000 Activate the single input queue fix and set the timeout to 1000 ms. | ||
*SET PM_ASYNC_FOCUS_CHANGE=OFF | |||
Deactivate the single input queue fix. | |||
*SET PM_ASYNC_FOCUS_CHANGE=1000 | |||
Activate the single input queue fix and set the timeout to 1000 ms. | |||
Value can be any full path. Relative paths are not allowed. | Value can be any full path. Relative paths are not allowed. | ||
[[Category:Environment variable]] | [[Category:Environment variable]] |
Revision as of 00:26, 1 January 2020
Enables the fix for single input queue and sets the timeout. Note: On Warp 4.0 you can change this with the system settings notebook.
SET PM_ASYNC_FOCUS_CHANGE=<value>
Example:
SET PM_ASYNC_FOCUS_CHANGE=ON
Parameters
- Value
- Can be ON or OFF or a value expressed in milliseconds.
- SET PM_ASYNC_FOCUS_CHANGE=ON Activate the single input queue fix and set the timeout to 2000 ms.
- SET PM_ASYNC_FOCUS_CHANGE=OFF Deactivate the single input queue fix.
- SET PM_ASYNC_FOCUS_CHANGE=1000 Activate the single input queue fix and set the timeout to 1000 ms.
Value can be any full path. Relative paths are not allowed.