Jump to content

PM ASYNC FOCUS CHANGE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:PM_ASYNC_FOCUS_CHANGE}}
{{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.
 
;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>
'''Example:'''
SET PM_ASYNC_FOCUS_CHANGE=ON


==Parameters==
==Parameters==

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.