Added back ValueProperty, renamed config properties
uiabridge will display ValueProperty if element supports it. if uiabridge is disabled in synthuse.properties the native library will not be loaded. Added Trigger hot key Ctrl+Shift+` Added hotkey configurations in synthuse.properties
This commit is contained in:
@@ -16,7 +16,7 @@ public class BaseCommand {
|
||||
static long LAST_UPDATED_XML = 0;
|
||||
|
||||
protected Api api = new Api();
|
||||
protected UiaBridge wpf = new UiaBridge();
|
||||
protected UiaBridge uiabridge = new UiaBridge();
|
||||
protected CommandProcessor parentProcessor = null;
|
||||
|
||||
protected int getExecuteErrorCount() {
|
||||
@@ -165,7 +165,7 @@ public class BaseCommand {
|
||||
if (handle.isWin32())
|
||||
p = api.getWindowPosition(handle.hWnd);
|
||||
else
|
||||
p = wpf.getCenterOfElement(handle.runtimeId);
|
||||
p = uiabridge.getCenterOfElement(handle.runtimeId);
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user