PM ASYNC FOCUS CHANGE: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:PM_ASYNC_FOCUS_CHANGE}} | ||
Enables the fix for single input queue and sets the timeout. | 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> | SET PM_ASYNC_FOCUS_CHANGE=<value> | ||
;Example:<tt>SET PM_ASYNC_FOCUS_CHANGE=ON</tt> | |||
==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]] |
Latest revision as of 00:28, 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.