pyobjc-framework-ApplicationServices 11.1__tar.gz → 12.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/HIServices/_metadata.py +394 -234
  2. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/PrintCore/_metadata.py +9 -9
  3. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/pyobjc_framework_ApplicationServices.egg-info/PKG-INFO +7 -5
  4. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/pyobjc_framework_ApplicationServices.egg-info/SOURCES.txt +5 -18
  5. pyobjc_framework_applicationservices-12.0/Lib/pyobjc_framework_ApplicationServices.egg-info/pyobjc-build-info.txt +3 -0
  6. pyobjc_framework_applicationservices-12.0/Lib/pyobjc_framework_ApplicationServices.egg-info/requires.txt +4 -0
  7. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Modules/_HIServices.m +18 -21
  8. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Modules/_PrintCore.m +18 -21
  9. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Modules/_PrintCore_protocols.m +2 -1
  10. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Modules/pyobjc-api.h +6 -3
  11. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Modules/pyobjc-compat.h +32 -48
  12. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PKG-INFO +7 -5
  13. pyobjc_framework_applicationservices-12.0/PyObjCTest/test_axwebconstants.py +331 -0
  14. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/metadata/HIServices.fwinfo +6 -0
  15. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/metadata/PrintCore.fwinfo +6 -0
  16. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/arm64-15.0.fwinfo → pyobjc_framework_applicationservices-12.0/metadata/raw.HIServices/arm64-26.0.fwinfo +646 -5
  17. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/x86_64-15.0.fwinfo → pyobjc_framework_applicationservices-12.0/metadata/raw.HIServices/x86_64-26.0.fwinfo +646 -5
  18. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/arm64-15.0.fwinfo → pyobjc_framework_applicationservices-12.0/metadata/raw.PrintCore/arm64-26.0.fwinfo +2 -2
  19. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/x86_64-15.0.fwinfo → pyobjc_framework_applicationservices-12.0/metadata/raw.PrintCore/x86_64-26.0.fwinfo +2 -2
  20. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/pyobjc_setup.py +2 -0
  21. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/setup.py +1 -1
  22. pyobjc_framework_applicationservices-11.1/Lib/pyobjc_framework_ApplicationServices.egg-info/pyobjc-build-info.txt +0 -3
  23. pyobjc_framework_applicationservices-11.1/Lib/pyobjc_framework_ApplicationServices.egg-info/requires.txt +0 -4
  24. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/arm64-12.3.fwinfo +0 -5234
  25. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/arm64-14.5.fwinfo +0 -5314
  26. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/x86_64-10.10.fwinfo +0 -4123
  27. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/x86_64-10.15.fwinfo +0 -5057
  28. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/x86_64-10.16.fwinfo +0 -5057
  29. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/x86_64-12.3.fwinfo +0 -5234
  30. pyobjc_framework_applicationservices-11.1/metadata/raw.HIServices/x86_64-14.5.fwinfo +0 -5314
  31. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/arm64-12.3.fwinfo +0 -2632
  32. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/arm64-14.5.fwinfo +0 -3115
  33. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/x86_64-10.14.fwinfo +0 -2580
  34. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/x86_64-10.15.fwinfo +0 -2579
  35. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/x86_64-10.16.fwinfo +0 -2627
  36. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/x86_64-12.3.fwinfo +0 -2632
  37. pyobjc_framework_applicationservices-11.1/metadata/raw.PrintCore/x86_64-14.5.fwinfo +0 -3115
  38. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/ApplicationServices/__init__.py +0 -0
  39. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/HIServices/__init__.py +0 -0
  40. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/PrintCore/__init__.py +0 -0
  41. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/pyobjc_framework_ApplicationServices.egg-info/dependency_links.txt +0 -0
  42. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/pyobjc_framework_ApplicationServices.egg-info/not-zip-safe +0 -0
  43. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/Lib/pyobjc_framework_ApplicationServices.egg-info/top_level.txt +0 -0
  44. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/License.txt +0 -0
  45. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/MANIFEST.in +0 -0
  46. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/__init__.py +0 -0
  47. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_applicationservices.py +0 -0
  48. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axactionconstants.py +0 -0
  49. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axattributeconstants.py +0 -0
  50. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axerror.py +0 -0
  51. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axnotificationconstants.py +0 -0
  52. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axroleconstants.py +0 -0
  53. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axtextattributedstring.py +0 -0
  54. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axuielement.py +0 -0
  55. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axvalue.py +0 -0
  56. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_axvalueconstants.py +0 -0
  57. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_hishape.py +0 -0
  58. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pdeplugininterface.py +0 -0
  59. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pmcore.py +0 -0
  60. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pmdefinitions.py +0 -0
  61. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pmerrors.py +0 -0
  62. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pmprintaetypes.py +0 -0
  63. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pmprintingdialogextensions.py +0 -0
  64. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_pmprintsettingskeys.py +0 -0
  65. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_printcore.py +0 -0
  66. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_translationservicse.py +0 -0
  67. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/PyObjCTest/test_universalaccess.py +0 -0
  68. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/metadata/metadata.ini +0 -0
  69. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/pyproject.toml +0 -0
  70. {pyobjc_framework_applicationservices-11.1 → pyobjc_framework_applicationservices-12.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sun Nov 17 11:36:18 2024
3
+ # Last update: Fri Aug 1 15:55:28 2025
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -85,7 +85,7 @@ misc.update(
85
85
  }
86
86
  )
87
87
  constants = """$kAXAttachmentTextAttribute$kAXAutocorrectedTextAttribute$kAXBackgroundColorTextAttribute$kAXFontFamilyKey$kAXFontNameKey$kAXFontSizeKey$kAXFontTextAttribute$kAXForegoundColorTextAttribute$kAXForegroundColorTextAttribute$kAXLinkTextAttribute$kAXListItemIndexTextAttribute$kAXListItemLevelTextAttribute$kAXListItemPrefixTextAttribute$kAXMarkedMisspelledTextAttribute$kAXMisspelledTextAttribute$kAXNaturalLanguageTextAttribute$kAXReplacementStringTextAttribute$kAXShadowTextAttribute$kAXStrikethroughColorTextAttribute$kAXStrikethroughTextAttribute$kAXSuperscriptTextAttribute$kAXTrustedCheckOptionPrompt$kAXUnderlineColorTextAttribute$kAXUnderlineTextAttribute$kAXVisibleNameKey$"""
88
- enums = """$AX_ALLOW_OLD_SECURITY_METHOD@0$activDev@5$atAbsoluteCenter@5$atBottom@3$atBottomLeft@11$atBottomRight@15$atCenterBottom@7$atCenterLeft@9$atCenterRight@13$atCenterTop@6$atHorizontalCenter@4$atLeft@8$atNone@0$atRight@12$atTop@2$atTopLeft@10$atTopRight@14$atVerticalCenter@1$badPasteboardFlavorErr@-25133$badPasteboardIndexErr@-25131$badPasteboardItemErr@-25132$badPasteboardSyncErr@-25130$badTranslationRefErr@-3031$cdevGenErr@-1$cdevMemErr@0$cdevResErr@1$cdevUnset@3$clearDev@13$closeDev@2$copyDev@11$cursorDev@14$cutDev@10$deactivDev@6$duplicatePasteboardFlavorErr@-25134$extendedBlock@19523$extendedBlockLen@40$hitDev@1$initDev@0$kAXCopyMultipleAttributeOptionStopOnError@1$kAXErrorAPIDisabled@-25211$kAXErrorActionUnsupported@-25206$kAXErrorAttributeUnsupported@-25205$kAXErrorCannotComplete@-25204$kAXErrorFailure@-25200$kAXErrorIllegalArgument@-25201$kAXErrorInvalidUIElement@-25202$kAXErrorInvalidUIElementObserver@-25203$kAXErrorNoValue@-25212$kAXErrorNotEnoughPrecision@-25214$kAXErrorNotImplemented@-25208$kAXErrorNotificationAlreadyRegistered@-25209$kAXErrorNotificationNotRegistered@-25210$kAXErrorNotificationUnsupported@-25207$kAXErrorParameterizedAttributeUnsupported@-25213$kAXErrorSuccess@0$kAXMenuItemModifierControl@4$kAXMenuItemModifierNoCommand@8$kAXMenuItemModifierNone@0$kAXMenuItemModifierOption@2$kAXMenuItemModifierShift@1$kAXPriorityHigh@90$kAXPriorityLow@10$kAXPriorityMedium@50$kAXUnderlineStyleDouble@9$kAXUnderlineStyleNone@0$kAXUnderlineStyleSingle@1$kAXUnderlineStyleThick@2$kAXValueAXErrorType@5$kAXValueCFRangeType@4$kAXValueCGPointType@1$kAXValueCGRectType@3$kAXValueCGSizeType@2$kAXValueIllegalType@0$kAXValueTypeAXError@5$kAXValueTypeCFRange@4$kAXValueTypeCGPoint@1$kAXValueTypeCGRect@3$kAXValueTypeCGSize@2$kAXValueTypeIllegal@0$kAlignAbsoluteCenter@5$kAlignBottom@3$kAlignBottomLeft@11$kAlignBottomRight@15$kAlignCenterBottom@7$kAlignCenterLeft@9$kAlignCenterRight@13$kAlignCenterTop@6$kAlignHorizontalCenter@4$kAlignLeft@8$kAlignNone@0$kAlignRight@12$kAlignTop@2$kAlignTopLeft@10$kAlignTopRight@14$kAlignVerticalCenter@1$kCurrentProcess@2$kHIShapeEnumerateInit@1$kHIShapeEnumerateRect@2$kHIShapeEnumerateTerminate@3$kHIShapeParseFromBottom@1$kHIShapeParseFromBottomRight@3$kHIShapeParseFromLeft@0$kHIShapeParseFromRight@2$kHIShapeParseFromTop@0$kHIShapeParseFromTopLeft@0$kNoProcess@0$kPasteboardClientIsOwner@2$kPasteboardFlavorNoFlags@0$kPasteboardFlavorNotSaved@4$kPasteboardFlavorPromised@512$kPasteboardFlavorRequestOnly@8$kPasteboardFlavorSenderOnly@1$kPasteboardFlavorSenderTranslated@2$kPasteboardFlavorSystemTranslated@256$kPasteboardModified@1$kPasteboardStandardLocationTrash@1953657704$kPasteboardStandardLocationUnknown@1970170734$kPlotIconRefNoImage@2$kPlotIconRefNoMask@4$kPlotIconRefNormalFlags@0$kProcessDictionaryIncludeAllInformationMask@-1$kProcessTransformToBackgroundApplication@2$kProcessTransformToForegroundApplication@1$kProcessTransformToUIElementApplication@4$kQuitAtNormalTimeMask@2$kQuitBeforeFBAsQuitMask@4$kQuitBeforeNormalTimeMask@1$kQuitBeforeShellQuitsMask@8$kQuitBeforeTerminatorAppQuitsMask@16$kQuitNeverMask@32$kQuitNotQuitDuringInstallMask@256$kQuitNotQuitDuringLogoutMask@512$kQuitOptionsMask@127$kSelectorAll1BitData@16843009$kSelectorAll32BitData@134219784$kSelectorAll4BitData@33686018$kSelectorAll8BitData@67372036$kSelectorAllAvailableData@4294967295$kSelectorAllHugeData@4278190080$kSelectorAllLargeData@255$kSelectorAllMiniData@16711680$kSelectorAllSmallData@65280$kSelectorHuge1Bit@16777216$kSelectorHuge32Bit@134217728$kSelectorHuge4Bit@33554432$kSelectorHuge8Bit@67108864$kSelectorHuge8BitMask@268435456$kSelectorLarge1Bit@1$kSelectorLarge32Bit@8$kSelectorLarge4Bit@2$kSelectorLarge8Bit@4$kSelectorLarge8BitMask@16$kSelectorMini1Bit@65536$kSelectorMini4Bit@131072$kSelectorMini8Bit@262144$kSelectorSmall1Bit@256$kSelectorSmall32Bit@2048$kSelectorSmall4Bit@512$kSelectorSmall8Bit@1024$kSelectorSmall8BitMask@4096$kSetFrontProcessCausedByUser@2$kSetFrontProcessFrontWindowOnly@1$kSystemProcess@1$kTransformDisabled@1$kTransformLabel1@256$kTransformLabel2@512$kTransformLabel3@768$kTransformLabel4@1024$kTransformLabel5@1280$kTransformLabel6@1536$kTransformLabel7@1792$kTransformNone@0$kTransformOffline@2$kTransformOpen@3$kTransformSelected@16384$kTransformSelectedDisabled@16385$kTransformSelectedOffline@16386$kTransformSelectedOpen@16387$kTranslationDataTranslation@1$kTranslationFileTranslation@2$kUAZoomFocusTypeInsertionPoint@1$kUAZoomFocusTypeOther@0$keyEvtDev@7$launchAllow24Bit@256$launchContinue@16384$launchDontSwitch@512$launchInhibitDaemon@128$launchNoFileFlags@2048$launchUseMinimum@1024$macDev@8$mode32BitCompatible@128$modeCanBackground@4096$modeControlPanel@524288$modeDeskAccessory@131072$modeDisplayManagerAware@4$modeDoesActivateOnFGSwitch@2048$modeGetAppDiedMsg@256$modeGetFrontClicks@512$modeHighLevelEventAware@64$modeLaunchDontSwitch@262144$modeLocalAndRemoteHLEvents@32$modeMultiLaunch@65536$modeNeedSuspendResume@16384$modeOnlyBackground@1024$modeReserved@16777216$modeStationeryAware@16$modeUseTextEditServices@8$noPasteboardPromiseKeeperErr@-25136$notPasteboardOwnerErr@-25135$nulDev@3$pasteDev@12$svAll1BitData@16843009$svAll4BitData@33686018$svAll8BitData@67372036$svAllAvailableData@4294967295$svAllLargeData@255$svAllMiniData@16711680$svAllSmallData@65280$svLarge1Bit@1$svLarge4Bit@2$svLarge8Bit@4$svMini1Bit@65536$svMini4Bit@131072$svMini8Bit@262144$svSmall1Bit@256$svSmall4Bit@512$svSmall8Bit@1024$ttDisabled@1$ttLabel1@256$ttLabel2@512$ttLabel3@768$ttLabel4@1024$ttLabel5@1280$ttLabel6@1536$ttLabel7@1792$ttNone@0$ttOffline@2$ttOpen@3$ttSelected@16384$ttSelectedDisabled@16385$ttSelectedOffline@16386$ttSelectedOpen@16387$undoDev@9$updateDev@4$"""
88
+ enums = """$activDev@5$atAbsoluteCenter@5$atBottom@3$atBottomLeft@11$atBottomRight@15$atCenterBottom@7$atCenterLeft@9$atCenterRight@13$atCenterTop@6$atHorizontalCenter@4$atLeft@8$atNone@0$atRight@12$atTop@2$atTopLeft@10$atTopRight@14$atVerticalCenter@1$badPasteboardFlavorErr@-25133$badPasteboardIndexErr@-25131$badPasteboardItemErr@-25132$badPasteboardSyncErr@-25130$badTranslationRefErr@-3031$cdevGenErr@-1$cdevMemErr@0$cdevResErr@1$cdevUnset@3$clearDev@13$closeDev@2$copyDev@11$cursorDev@14$cutDev@10$deactivDev@6$duplicatePasteboardFlavorErr@-25134$extendedBlock@19523$extendedBlockLen@40$hitDev@1$initDev@0$kAXCopyMultipleAttributeOptionStopOnError@1$kAXErrorAPIDisabled@-25211$kAXErrorActionUnsupported@-25206$kAXErrorAttributeUnsupported@-25205$kAXErrorCannotComplete@-25204$kAXErrorFailure@-25200$kAXErrorIllegalArgument@-25201$kAXErrorInvalidUIElement@-25202$kAXErrorInvalidUIElementObserver@-25203$kAXErrorNoValue@-25212$kAXErrorNotEnoughPrecision@-25214$kAXErrorNotImplemented@-25208$kAXErrorNotificationAlreadyRegistered@-25209$kAXErrorNotificationNotRegistered@-25210$kAXErrorNotificationUnsupported@-25207$kAXErrorParameterizedAttributeUnsupported@-25213$kAXErrorSuccess@0$kAXMenuItemModifierControl@4$kAXMenuItemModifierNoCommand@8$kAXMenuItemModifierNone@0$kAXMenuItemModifierOption@2$kAXMenuItemModifierShift@1$kAXPriorityHigh@90$kAXPriorityLow@10$kAXPriorityMedium@50$kAXUnderlineStyleDouble@9$kAXUnderlineStyleNone@0$kAXUnderlineStyleSingle@1$kAXUnderlineStyleThick@2$kAXValueAXErrorType@5$kAXValueCFRangeType@4$kAXValueCGPointType@1$kAXValueCGRectType@3$kAXValueCGSizeType@2$kAXValueIllegalType@0$kAXValueTypeAXError@5$kAXValueTypeCFRange@4$kAXValueTypeCGPoint@1$kAXValueTypeCGRect@3$kAXValueTypeCGSize@2$kAXValueTypeIllegal@0$kAlignAbsoluteCenter@5$kAlignBottom@3$kAlignBottomLeft@11$kAlignBottomRight@15$kAlignCenterBottom@7$kAlignCenterLeft@9$kAlignCenterRight@13$kAlignCenterTop@6$kAlignHorizontalCenter@4$kAlignLeft@8$kAlignNone@0$kAlignRight@12$kAlignTop@2$kAlignTopLeft@10$kAlignTopRight@14$kAlignVerticalCenter@1$kCurrentProcess@2$kHIShapeEnumerateInit@1$kHIShapeEnumerateRect@2$kHIShapeEnumerateTerminate@3$kHIShapeParseFromBottom@1$kHIShapeParseFromBottomRight@3$kHIShapeParseFromLeft@0$kHIShapeParseFromRight@2$kHIShapeParseFromTop@0$kHIShapeParseFromTopLeft@0$kNoProcess@0$kPasteboardClientIsOwner@2$kPasteboardFlavorNoFlags@0$kPasteboardFlavorNotSaved@4$kPasteboardFlavorPromised@512$kPasteboardFlavorRequestOnly@8$kPasteboardFlavorSenderOnly@1$kPasteboardFlavorSenderTranslated@2$kPasteboardFlavorSystemTranslated@256$kPasteboardModified@1$kPasteboardStandardLocationTrash@1953657704$kPasteboardStandardLocationUnknown@1970170734$kPlotIconRefNoImage@2$kPlotIconRefNoMask@4$kPlotIconRefNormalFlags@0$kProcessDictionaryIncludeAllInformationMask@-1$kProcessTransformToBackgroundApplication@2$kProcessTransformToForegroundApplication@1$kProcessTransformToUIElementApplication@4$kQuitAtNormalTimeMask@2$kQuitBeforeFBAsQuitMask@4$kQuitBeforeNormalTimeMask@1$kQuitBeforeShellQuitsMask@8$kQuitBeforeTerminatorAppQuitsMask@16$kQuitNeverMask@32$kQuitNotQuitDuringInstallMask@256$kQuitNotQuitDuringLogoutMask@512$kQuitOptionsMask@127$kSelectorAll1BitData@16843009$kSelectorAll32BitData@134219784$kSelectorAll4BitData@33686018$kSelectorAll8BitData@67372036$kSelectorAllAvailableData@4294967295$kSelectorAllHugeData@4278190080$kSelectorAllLargeData@255$kSelectorAllMiniData@16711680$kSelectorAllSmallData@65280$kSelectorHuge1Bit@16777216$kSelectorHuge32Bit@134217728$kSelectorHuge4Bit@33554432$kSelectorHuge8Bit@67108864$kSelectorHuge8BitMask@268435456$kSelectorLarge1Bit@1$kSelectorLarge32Bit@8$kSelectorLarge4Bit@2$kSelectorLarge8Bit@4$kSelectorLarge8BitMask@16$kSelectorMini1Bit@65536$kSelectorMini4Bit@131072$kSelectorMini8Bit@262144$kSelectorSmall1Bit@256$kSelectorSmall32Bit@2048$kSelectorSmall4Bit@512$kSelectorSmall8Bit@1024$kSelectorSmall8BitMask@4096$kSetFrontProcessCausedByUser@2$kSetFrontProcessFrontWindowOnly@1$kSystemProcess@1$kTransformDisabled@1$kTransformLabel1@256$kTransformLabel2@512$kTransformLabel3@768$kTransformLabel4@1024$kTransformLabel5@1280$kTransformLabel6@1536$kTransformLabel7@1792$kTransformNone@0$kTransformOffline@2$kTransformOpen@3$kTransformSelected@16384$kTransformSelectedDisabled@16385$kTransformSelectedOffline@16386$kTransformSelectedOpen@16387$kTranslationDataTranslation@1$kTranslationFileTranslation@2$kUAZoomFocusTypeInsertionPoint@1$kUAZoomFocusTypeOther@0$keyEvtDev@7$launchAllow24Bit@256$launchContinue@16384$launchDontSwitch@512$launchInhibitDaemon@128$launchNoFileFlags@2048$launchUseMinimum@1024$macDev@8$mode32BitCompatible@128$modeCanBackground@4096$modeControlPanel@524288$modeDeskAccessory@131072$modeDisplayManagerAware@4$modeDoesActivateOnFGSwitch@2048$modeGetAppDiedMsg@256$modeGetFrontClicks@512$modeHighLevelEventAware@64$modeLaunchDontSwitch@262144$modeLocalAndRemoteHLEvents@32$modeMultiLaunch@65536$modeNeedSuspendResume@16384$modeOnlyBackground@1024$modeReserved@16777216$modeStationeryAware@16$modeUseTextEditServices@8$noPasteboardPromiseKeeperErr@-25136$notPasteboardOwnerErr@-25135$nulDev@3$pasteDev@12$svAll1BitData@16843009$svAll4BitData@33686018$svAll8BitData@67372036$svAllAvailableData@4294967295$svAllLargeData@255$svAllMiniData@16711680$svAllSmallData@65280$svLarge1Bit@1$svLarge4Bit@2$svLarge8Bit@4$svMini1Bit@65536$svMini4Bit@131072$svMini8Bit@262144$svSmall1Bit@256$svSmall4Bit@512$svSmall8Bit@1024$ttDisabled@1$ttLabel1@256$ttLabel2@512$ttLabel3@768$ttLabel4@1024$ttLabel5@1280$ttLabel6@1536$ttLabel7@1792$ttNone@0$ttOffline@2$ttOpen@3$ttSelected@16384$ttSelectedDisabled@16385$ttSelectedOffline@16386$ttSelectedOpen@16387$undoDev@9$updateDev@4$"""
89
89
  misc.update(
90
90
  {
91
91
  "AXError": NewType("AXError", int),
@@ -104,314 +104,474 @@ misc.update(
104
104
  misc.update({})
105
105
  misc.update(
106
106
  {
107
- "kAXTableRole": "AXTable",
108
- "kAXAttributedStringForRangeParameterizedAttribute": "AXAttributedStringForRange",
109
- "kAXStandardWindowSubrole": "AXStandardWindow",
110
- "kAXFloatingWindowSubrole": "AXFloatingWindow",
111
- "kAXHiddenAttribute": "AXHidden",
112
- "kAXSharedCharacterRangeAttribute": "AXSharedCharacterRange",
107
+ "kAXMathFenceOperatorSubrole": "AXMathFenceOperator",
113
108
  "kAXResizedNotification": "AXResized",
114
- "kAXMinValueAttribute": "AXMinValue",
115
- "kAXOutlineRole": "AXOutline",
109
+ "kAXLoadingProgressAttribute": "AXLoadingProgress",
116
110
  "kAXDockItemRole": "AXDockItem",
117
- "kAXFocusedWindowChangedNotification": "AXFocusedWindowChanged",
111
+ "kAXEditableAncestorAttribute": "AXEditableAncestor",
118
112
  "kAXPopUpButtonRole": "AXPopUpButton",
119
- "kAXWindowsAttribute": "AXWindows",
120
113
  "kAXMinimizedWindowDockItemSubrole": "AXMinimizedWindowDockItem",
121
- "kAXScreenSizeForLayoutSizeParameterizedAttribute": "AXScreenSizeForLayoutSize",
122
114
  "kAXGrowAreaAttribute": "AXGrowArea",
123
- "kAXDescendingSortDirectionValue": "AXDescendingSortDirection",
124
115
  "kAXMenuItemCmdCharAttribute": "AXMenuItemCmdChar",
125
- "kAXLevelIndicatorRole": "AXLevelIndicator",
126
- "kAXRoleDescriptionAttribute": "AXRoleDescription",
127
- "kAXSystemFloatingWindowSubrole": "AXSystemFloatingWindow",
128
116
  "kAXRowRole": "AXRow",
129
- "kAXToolbarRole": "AXToolbar",
130
- "kAXVerticalUnitsAttribute": "AXVerticalUnits",
131
117
  "kAXTitleUIElementAttribute": "AXTitleUIElement",
132
- "kAXPreviousContentsAttribute": "AXPreviousContents",
133
118
  "kAXSelectedAttribute": "AXSelected",
134
119
  "kAXWindowAttribute": "AXWindow",
135
- "kAXTabGroupRole": "AXTabGroup",
136
- "kAXValueWrapsAttribute": "AXValueWraps",
137
- "kAXSizeAttribute": "AXSize",
120
+ "kAXUnitsChangedNotification": "AXUnitsChanged",
138
121
  "kAXSelectedTextRangesAttribute": "AXSelectedTextRanges",
139
122
  "kAXRangeForIndexParameterizedAttribute": "AXRangeForIndex",
140
- "kAXSelectedTextChangedNotification": "AXSelectedTextChanged",
141
- "kAXURLAttribute": "AXURL",
142
- "kAXMenuItemRole": "AXMenuItem",
143
- "kAXHelpTagRole": "AXHelpTag",
144
- "kAXParentAttribute": "AXParent",
145
- "kAXTimelineSubrole": "AXTimeline",
123
+ "kAXMathIdentifierSubrole": "AXMathIdentifier",
146
124
  "kAXDecrementButtonAttribute": "AXDecrementButton",
147
- "kAXFocusedApplicationAttribute": "AXFocusedApplication",
148
- "kAXMovedNotification": "AXMoved",
149
125
  "kAXBoundsForRangeParameterizedAttribute": "AXBoundsForRange",
150
- "kAXIncrementPageSubrole": "AXIncrementPage",
151
- "kAXHeadingRole": "AXHeading",
152
- "kAXFocusedUIElementAttribute": "AXFocusedUIElement",
153
- "kAXModalAttribute": "AXModal",
154
- "kAXMenuItemPrimaryUIElementAttribute": "AXMenuItemPrimaryUIElement",
155
- "kAXTimeFieldRole": "AXTimeField",
126
+ "kAXOutlineRole": "AXOutline",
156
127
  "kAXRulerRole": "AXRuler",
157
- "kAXIncrementButtonAttribute": "AXIncrementButton",
158
- "kAXMenuBarAttribute": "AXMenuBar",
159
- "kAXMainWindowChangedNotification": "AXMainWindowChanged",
160
- "kAXSelectedChildrenMovedNotification": "AXSelectedChildrenMoved",
161
- "kAXColumnCountAttribute": "AXColumnCount",
128
+ "kAXLeftLineTextMarkerRangeForTextMarkerParameterizedAttribute": "AXLeftLineTextMarkerRangeForTextMarker",
162
129
  "kAXNextContentsAttribute": "AXNextContents",
163
130
  "kAXFrontmostAttribute": "AXFrontmost",
164
131
  "kAXShownMenuUIElementAttribute": "AXShownMenuUIElement",
165
- "kAXColumnTitleAttribute": "AXColumnTitles",
166
- "kAXAlternateUIVisibleAttribute": "AXAlternateUIVisible",
167
132
  "kAXRangeForLineParameterizedAttribute": "AXRangeForLine",
168
- "kAXSplittersAttribute": "AXSplitters",
169
- "kAXPickAction": "AXPick",
170
- "kAXDecorativeSubrole": "AXDecorative",
171
- "kAXOrderedByRowAttribute": "AXOrderedByRow",
172
- "kAXHelpTagCreatedNotification": "AXHelpTagCreated",
173
- "kAXStringForRangeParameterizedAttribute": "AXStringForRange",
174
- "kAXStaticTextRole": "AXStaticText",
133
+ "kAXMathFractionSubrole": "AXMathFraction",
134
+ "kAXMathUnderAttribute": "AXMathUnder",
175
135
  "kAXColumnRole": "AXColumn",
176
- "kAXMinimizeButtonAttribute": "AXMinimizeButton",
177
- "kAXMenuOpenedNotification": "AXMenuOpened",
178
- "kAXCellForColumnAndRowParameterizedAttribute": "AXCellForColumnAndRow",
179
- "kAXContentsAttribute": "AXContents",
180
- "kAXRadioGroupRole": "AXRadioGroup",
181
- "kAXDrawerCreatedNotification": "AXDrawerCreated",
182
- "kAXSplitGroupRole": "AXSplitGroup",
136
+ "kAXTextMarkerForPositionParameterizedAttribute": "AXTextMarkerForPosition",
183
137
  "kAXDialogSubrole": "AXDialog",
138
+ "kAXAudioSubrole": "AXAudio",
184
139
  "kAXDisclosureLevelAttribute": "AXDisclosureLevel",
140
+ "kAXBrailleLabelAttribute": "AXBrailleLabel",
185
141
  "kAXMinimizedAttribute": "AXMinimized",
186
142
  "kAXFocusedAttribute": "AXFocused",
187
- "kAXServesAsTitleForUIElementsAttribute": "AXServesAsTitleForUIElements",
188
143
  "kAXMarkerUIElementsAttribute": "AXMarkerUIElements",
189
- "kAXFocusedUIElementChangedNotification": "AXFocusedUIElementChanged",
190
- "kAXDescription": "AXDescription",
191
- "kAXAnnouncementRequestedNotification": "AXAnnouncementRequested",
192
- "kAXMatteHoleAttribute": "AXMatteHole",
193
- "kAXMarkerTypeAttribute": "AXMarkerType",
144
+ "kAXHorizontalUnitsAttribute": "AXHorizontalUnits",
194
145
  "kAXToggleSubrole": "AXToggle",
195
- "kAXNumberOfCharactersAttribute": "AXNumberOfCharacters",
196
- "kAXImageRole": "AXImage",
197
146
  "kAXFocusedWindowAttribute": "AXFocusedWindow",
198
- "kAXYearFieldAttribute": "AXYearField",
199
- "kAXMenuRole": "AXMenu",
200
- "kAXVisibleColumnsAttribute": "AXVisibleColumns",
201
- "kAXUIElementTitleKey": "AXUIElementTitleKey",
202
- "kAXIncrementorRole": "AXIncrementor",
147
+ "kAXSelectedTextAttribute": "AXSelectedText",
148
+ "kAXMathPrescriptsAttribute": "AXMathPrescripts",
203
149
  "kAXHourFieldAttribute": "AXHourField",
204
- "kAXFolderDockItemSubrole": "AXFolderDockItem",
205
- "kAXMenuBarItemRole": "AXMenuBarItem",
206
- "kAXLayoutChangedNotification": "AXLayoutChanged",
207
- "kAXDefaultButtonAttribute": "AXDefaultButton",
208
- "kAXSearchButtonAttribute": "AXSearchButton",
150
+ "kAXStandardWindowSubrole": "AXStandardWindow",
209
151
  "kAXEnabledAttribute": "AXEnabled",
210
- "kAXRowCountAttribute": "AXRowCount",
211
- "kAXCancelButtonAttribute": "AXCancelButton",
212
- "kAXIncrementAction": "AXIncrement",
213
152
  "kAXRoleAttribute": "AXRole",
214
- "kAXWindowRole": "AXWindow",
215
- "kAXExpandedAttribute": "AXExpanded",
216
153
  "kAXTitleAttribute": "AXTitle",
217
- "kAXSubroleAttribute": "AXSubrole",
218
- "kAXSelectedChildrenAttribute": "AXSelectedChildren",
219
- "kAXPressAction": "AXPress",
220
154
  "kAXUnknownOrientationValue": "AXUnknownOrientation",
221
- "kAXApplicationShownNotification": "AXApplicationShown",
222
- "kAXSelectedRowsChangedNotification": "AXSelectedRowsChanged",
223
- "kPasteboardTypeFileURLPromise": "com.apple.pasteboard.promised-file-url",
155
+ "kAXMathFencedOpenAttribute": "AXMathFencedOpen",
224
156
  "kAXDockExtraDockItemSubrole": "AXDockExtraDockItem",
225
- "kAXCreatedNotification": "AXCreated",
226
- "kAXSecureTextFieldSubrole": "AXSecureTextField",
227
- "kAXHandleRole": "AXHandle",
228
- "kAXDisclosedRowsAttribute": "AXDisclosedRows",
229
- "kPasteboardClipboard": "com.apple.pasteboard.clipboard",
230
- "kPasteboardFind": "com.apple.pasteboard.find",
231
- "kAXTabsAttribute": "AXTabs",
232
- "kAXWindowMiniaturizedNotification": "AXWindowMiniaturized",
233
- "kAXOrientationAttribute": "AXOrientation",
234
- "kAXDefinitionListSubrole": "AXDefinitionList",
157
+ "kAXSystemFloatingWindowSubrole": "AXSystemFloatingWindow",
235
158
  "kAXTableRowSubrole": "AXTableRow",
236
- "kAXWindowMovedNotification": "AXWindowMoved",
237
- "kAXUnitDescriptionAttribute": "AXUnitDescription",
238
- "kAXSharedFocusElementsAttribute": "AXSharedFocusElements",
239
- "kAXStyleRangeForIndexParameterizedAttribute": "AXStyleRangeForIndex",
240
- "kAXSheetRole": "AXSheet",
241
- "kAXShowMenuAction": "AXShowMenu",
242
- "kAXMatteRole": "AXMatte",
243
- "kAXMatteContentUIElementAttribute": "AXMatteContentUIElement",
244
- "kAXBusyIndicatorRole": "AXBusyIndicator",
245
- "kAXRatingIndicatorSubrole": "AXRatingIndicator",
246
- "kAXRowExpandedNotification": "AXRowExpanded",
247
- "kAXScrollAreaRole": "AXScrollArea",
248
- "kAXVisibleCellsAttribute": "AXVisibleCells",
159
+ "kAXLeftWordTextMarkerRangeForTextMarkerParameterizedAttribute": "AXLeftWordTextMarkerRangeForTextMarker",
160
+ "kAXApplicationGroupSubrole": "AXApplicationGroup",
161
+ "kAXTabPanelSubrole": "AXTabPanel",
249
162
  "kAXExtrasMenuBarAttribute": "AXExtrasMenuBar",
250
- "kAXApplicationActivatedNotification": "AXApplicationActivated",
251
- "kAXUnitsAttribute": "AXUnits",
163
+ "kAXLandmarkMainSubrole": "AXLandmarkMain",
252
164
  "kAXRulerMarkerRole": "AXRulerMarker",
253
165
  "kAXSystemWideRole": "AXSystemWide",
254
166
  "kAXHandlesAttribute": "AXHandles",
255
167
  "kAXIsApplicationRunningAttribute": "AXIsApplicationRunning",
256
- "kAXMenuBarRole": "AXMenuBar",
257
168
  "kAXShowAlternateUIAction": "AXShowAlternateUI",
258
- "kAXSortButtonSubrole": "AXSortButton",
259
- "kAXUnknownSubrole": "AXUnknown",
169
+ "kAXFieldsetSubrole": "AXFieldset",
170
+ "kAXRowHeaderUIElementsAttribute": "AXRowHeaderUIElements",
260
171
  "kAXLabelUIElementsAttribute": "AXLabelUIElements",
261
- "kAXIncrementorAttribute": "AXIncrementor",
262
- "kAXVisibleChildrenAttribute": "AXVisibleChildren",
172
+ "kAXMathTableSubrole": "AXMathTable",
173
+ "kAXScreenSizeForLayoutSizeParameterizedAttribute": "AXScreenSizeForLayoutSize",
174
+ "kAXMathSuperscriptAttribute": "AXMathSuperscript",
263
175
  "kAXCheckBoxRole": "AXCheckBox",
264
- "kAXSelectedCellsChangedNotification": "AXSelectedCellsChanged",
265
- "kAXCloseButtonSubrole": "AXCloseButton",
266
- "kAXColumnTitlesAttribute": "AXColumnTitles",
267
- "kAXAMPMFieldAttribute": "AXAMPMField",
268
- "kAXPopoverRole": "AXPopover",
176
+ "kAXMarkerTypeDescriptionAttribute": "AXMarkerTypeDescription",
269
177
  "kAXAnnouncementKey": "AXAnnouncementKey",
270
- "kAXValueIndicatorRole": "AXValueIndicator",
271
- "kAXValueChangedNotification": "AXValueChanged",
272
- "kAXSelectedColumnsChangedNotification": "AXSelectedColumnsChanged",
273
- "kAXApplicationRole": "AXApplication",
274
- "kAXColumnHeaderUIElementsAttribute": "AXColumnHeaderUIElements",
275
- "kAXMenuButtonRole": "AXMenuButton",
276
- "kAXBrowserRole": "AXBrowser",
277
- "kAXRowsAttribute": "AXRows",
178
+ "kAXSelectedTextChangedNotification": "AXSelectedTextChanged",
278
179
  "kAXTextFieldRole": "AXTextField",
279
- "kAXFullScreenButtonSubrole": "AXFullScreenButton",
280
- "kAXSplitterRole": "AXSplitter",
281
- "kAXVisibleCharacterRangeAttribute": "AXVisibleCharacterRange",
282
- "kAXUnitsChangedNotification": "AXUnitsChanged",
283
- "kAXGroupRole": "AXGroup",
284
- "kAXMinimizeButtonSubrole": "AXMinimizeButton",
285
- "kAXDecrementPageSubrole": "AXDecrementPage",
286
- "kAXElementBusyChangedNotification": "AXElementBusyChanged",
287
- "kAXTitleChangedNotification": "AXTitleChanged",
288
- "kAXToolbarButtonAttribute": "AXToolbarButton",
289
- "kAXDecrementAction": "AXDecrement",
290
- "kAXHorizontalOrientationValue": "AXHorizontalOrientation",
180
+ "kAXLiveRegionCreatedNotification": "AXLiveRegionCreated",
181
+ "kAXRubyInlineSubrole": "AXRubyInline",
182
+ "kAXIsSuggestionStringAttribute": "AXIsSuggestion",
183
+ "kAXToolbarRole": "AXToolbar",
184
+ "kAXTextMarkerIsValidParameterizedAttribute": "AXTextMarkerIsValid",
291
185
  "kAXDocumentDockItemSubrole": "AXDocumentDockItem",
292
186
  "kAXSearchFieldSubrole": "AXSearchField",
293
- "kAXVerticalScrollBarAttribute": "AXVerticalScrollBar",
294
187
  "kAXVisibleTextAttribute": "AXVisibleText",
295
- "kAXRadioButtonRole": "AXRadioButton",
296
- "kAXValueAttribute": "AXValue",
297
- "kAXDisclosedByRowAttribute": "AXDisclosedByRow",
298
- "kAXSystemDialogSubrole": "AXSystemDialog",
188
+ "kAXMathFractionDenominatorAttribute": "AXMathFractionDenominator",
299
189
  "kAXSeparatorDockItemSubrole": "AXSeparatorDockItem",
300
- "kAXApplicationHiddenNotification": "AXApplicationHidden",
301
- "kAXRelevanceIndicatorRole": "AXRelevanceIndicator",
302
- "kAXMonthFieldAttribute": "AXMonthField",
303
190
  "kAXVerticalUnitDescriptionAttribute": "AXVerticalUnitDescription",
304
- "kAXValueIncrementAttribute": "AXValueIncrement",
305
- "kAXCriticalValueAttribute": "AXCriticalValue",
306
- "kAXValueDescriptionAttribute": "AXValueDescription",
191
+ "kAXARIASetSizeAttribute": "AXARIASetSize",
192
+ "kAXHighlightStringAttribute": "AXHighlight",
307
193
  "kAXShowDefaultUIAction": "AXShowDefaultUI",
308
- "kAXProxyAttribute": "AXProxy",
309
- "kAXComboBoxRole": "AXComboBox",
310
- "kAXMenuItemMarkCharAttribute": "AXMenuItemMarkChar",
311
- "kAXDayFieldAttribute": "AXDayField",
312
- "kAXSelectedColumnsAttribute": "AXSelectedColumns",
313
- "kAXGrowAreaRole": "AXGrowArea",
314
- "kAXDrawerRole": "AXDrawer",
315
- "kAXLinkedUIElementsAttribute": "AXLinkedUIElements",
194
+ "kAXTextMarkerRangeForUIElementParameterizedAttribute": "AXTextMarkerRangeForUIElement",
195
+ "kAXTabGroupRole": "AXTabGroup",
196
+ "kAXDateFieldRole": "AXDateField",
197
+ "kAXTimelineSubrole": "AXTimeline",
316
198
  "kAXHorizontalScrollBarAttribute": "AXHorizontalScrollBar",
317
- "kAXListRole": "AXList",
318
- "kAXMarkerTypeDescriptionAttribute": "AXMarkerTypeDescription",
319
- "kAXSecondFieldAttribute": "AXSecondField",
320
199
  "kAXSheetCreatedNotification": "AXSheetCreated",
200
+ "kAXMathLineThicknessAttribute": "AXMathLineThickness",
321
201
  "kAXWarningValueAttribute": "AXWarningValue",
322
202
  "kAXDisclosureTriangleRole": "AXDisclosureTriangle",
323
203
  "kAXAllowedValuesAttribute": "AXAllowedValues",
324
- "kAXRowHeaderUIElementsAttribute": "AXRowHeaderUIElements",
325
- "kAXHorizontalUnitDescriptionAttribute": "AXHorizontalUnitDescription",
326
- "kAXOverflowButtonAttribute": "AXOverflowButton",
327
- "kAXCloseButtonAttribute": "AXCloseButton",
328
- "kAXColumnsAttribute": "AXColumns",
204
+ "kAXLiveRegionChangedNotification": "AXLiveRegionChanged",
205
+ "kAXSharedCharacterRangeAttribute": "AXSharedCharacterRange",
206
+ "kAXSelectedCellsChangedNotification": "AXSelectedCellsChanged",
329
207
  "kAXRangeForPositionParameterizedAttribute": "AXRangeForPosition",
330
- "kAXAscendingSortDirectionValue": "AXAscendingSortDirection",
331
- "kAXPriorityKey": "AXPriorityKey",
332
- "kAXToolbarButtonSubrole": "AXToolbarButton",
333
- "kAXZoomButtonAttribute": "AXZoomButton",
334
- "kAXSliderRole": "AXSlider",
335
- "kAXSelectedCellsAttribute": "AXSelectedCells",
336
- "kAXRaiseAction": "AXRaise",
337
- "kAXIncrementArrowSubrole": "AXIncrementArrow",
338
- "kAXLayoutAreaRole": "AXLayoutArea",
339
- "kAXUIElementDestroyedNotification": "AXUIElementDestroyed",
340
- "kAXMenuClosedNotification": "AXMenuClosed",
208
+ "kAXTitleChangedNotification": "AXTitleChanged",
341
209
  "kAXHeaderAttribute": "AXHeader",
342
- "kAXDateFieldRole": "AXDateField",
343
- "kAXTextAreaRole": "AXTextArea",
344
- "kAXContentListSubrole": "AXContentList",
345
- "kAXOutlineRowSubrole": "AXOutlineRow",
210
+ "kAXApplicationAlertSubrole": "AXApplicationAlert",
346
211
  "kAXUIElementsKey": "AXUIElementsKey",
347
- "kAXUnknownSortDirectionValue": "AXUnknownSortDirection",
348
- "kAXLayoutItemRole": "AXLayoutItem",
349
- "kAXClearButtonAttribute": "AXClearButton",
212
+ "kAXMenuItemPrimaryUIElementAttribute": "AXMenuItemPrimaryUIElement",
213
+ "kAXGridRole": "AXGrid",
214
+ "kAXMathRowSubrole": "AXMathRow",
215
+ "kAXOrientationAttribute": "AXOrientation",
216
+ "kAXMathUnderOverSubrole": "AXMathUnderOver",
217
+ "kAXDocumentNoteSubrole": "AXDocumentNote",
218
+ "kAXMathFencedSubrole": "AXMathFenced",
219
+ "kAXSystemDialogSubrole": "AXSystemDialog",
220
+ "kAXCellRole": "AXCell",
221
+ "kAXTimeFieldRole": "AXTimeField",
222
+ "kAXApplicationShownNotification": "AXApplicationShown",
223
+ "kPasteboardClipboard": "com.apple.pasteboard.clipboard",
224
+ "kAXProgressIndicatorRole": "AXProgressIndicator",
225
+ "kAXBrailleRoleDescriptionAttribute": "AXBrailleRoleDescription",
226
+ "kAXTextMarkerRangeForUnorderedTextMarkersParameterizedAttribute": "AXTextMarkerRangeForUnorderedTextMarkers",
227
+ "kAXMeterSubrole": "AXMeter",
228
+ "kAXHelpAttribute": "AXHelp",
229
+ "kAXDocumentAttribute": "AXDocument",
230
+ "kAXTableRole": "AXTable",
231
+ "kAXVerticalScrollBarAttribute": "AXVerticalScrollBar",
232
+ "kAXMinValueAttribute": "AXMinValue",
233
+ "kAXEndTextMarkerAttribute": "AXEndTextMarker",
234
+ "kAXSplitGroupRole": "AXSplitGroup",
235
+ "kAXWindowMovedNotification": "AXWindowMoved",
236
+ "kAXErrorMessageElementsAttribute": "AXErrorMessageElements",
237
+ "kAXPopoverRole": "AXPopover",
238
+ "kAXMathSubscriptAttribute": "AXMathSubscript",
239
+ "kAXDecrementAction": "AXDecrement",
240
+ "kAXExpandedTextValueAttribute": "AXExpandedTextValue",
241
+ "kAXHelpTagRole": "AXHelpTag",
242
+ "kAXAttributedStringForRangeParameterizedAttribute": "AXAttributedStringForRange",
243
+ "kAXApplicationDialogSubrole": "AXApplicationDialog",
244
+ "kAXIncrementPageSubrole": "AXIncrementPage",
350
245
  "kAXDescriptionListSubrole": "AXDescriptionList",
246
+ "kAXModalAttribute": "AXModal",
247
+ "kAXMathBaseAttribute": "AXMathBase",
248
+ "kAXIncrementButtonAttribute": "AXIncrementButton",
249
+ "kAXMathNumberSubrole": "AXMathNumber",
250
+ "kAXOrderedByRowAttribute": "AXOrderedByRow",
251
+ "kAXHelpTagCreatedNotification": "AXHelpTagCreated",
252
+ "kAXStaticTextRole": "AXStaticText",
253
+ "kAXValueChangedNotification": "AXValueChanged",
254
+ "kAXContentsAttribute": "AXContents",
255
+ "kAXRadioGroupRole": "AXRadioGroup",
256
+ "kAXVisibleChildrenAttribute": "AXVisibleChildren",
257
+ "kAXElementBusyAttribute": "AXElementBusy",
258
+ "kAXUserInterfaceTooltipSubrole": "AXUserInterfaceTooltip",
259
+ "kAXLayoutItemRole": "AXLayoutItem",
260
+ "kAXPickAction": "AXPick",
261
+ "kAXMinimizeButtonSubrole": "AXMinimizeButton",
262
+ "kAXSelectedTextMarkerRangeAttribute": "AXSelectedTextMarkerRange",
263
+ "kAXDecorativeSubrole": "AXDecorative",
264
+ "kAXMenuRole": "AXMenu",
265
+ "kAXIncrementorRole": "AXIncrementor",
266
+ "kAXDefaultButtonAttribute": "AXDefaultButton",
267
+ "kAXARIAAtomicAttribute": "AXARIAAtomic",
268
+ "kAXIncrementAction": "AXIncrement",
269
+ "kPasteboardFind": "com.apple.pasteboard.find",
270
+ "kAXLineForTextMarkerParameterizedAttribute": "AXLineForTextMarker",
271
+ "kAXWindowMiniaturizedNotification": "AXWindowMiniaturized",
272
+ "kAXWebApplicationSubrole": "AXWebApplication",
273
+ "kAXUnitDescriptionAttribute": "AXUnitDescription",
274
+ "kAXPreventKeyboardDOMEventDispatchAttribute": "AXPreventKeyboardDOMEventDispatch",
351
275
  "kAXDecrementArrowSubrole": "AXDecrementArrow",
352
- "kAXMinuteFieldAttribute": "AXMinuteField",
276
+ "kAXLineTextMarkerRangeForTextMarkerParameterizedAttribute": "AXLineTextMarkerRangeForTextMarker",
277
+ "kAXLandmarkNavigationSubrole": "AXLandmarkNavigation",
278
+ "kAXMenuButtonRole": "AXMenuButton",
279
+ "kAXUnknownSubrole": "AXUnknown",
280
+ "kAXSelectedChildrenMovedNotification": "AXSelectedChildrenMoved",
281
+ "kAXValueIndicatorRole": "AXValueIndicator",
282
+ "kAXApplicationRole": "AXApplication",
283
+ "kAXColumnHeaderUIElementsAttribute": "AXColumnHeaderUIElements",
284
+ "kAXVisibleCharacterRangeAttribute": "AXVisibleCharacterRange",
285
+ "kAXGrowAreaRole": "AXGrowArea",
286
+ "kAXNextTextMarkerForTextMarkerParameterizedAttribute": "AXNextTextMarkerForTextMarker",
287
+ "kAXHorizontalOrientationValue": "AXHorizontalOrientation",
288
+ "kAXMainWindowAttribute": "AXMainWindow",
289
+ "kAXBoundsForTextMarkerRangeParameterizedAttribute": "AXBoundsForTextMarkerRange",
290
+ "kAXRadioButtonRole": "AXRadioButton",
291
+ "kAXValueAttribute": "AXValue",
292
+ "kAXApplicationHiddenNotification": "AXApplicationHidden",
293
+ "kAXLayoutAreaRole": "AXLayoutArea",
294
+ "kPasteboardTypeFilePromiseContent": "com.apple.pasteboard.promised-file-content-type",
295
+ "kAXDrawerRole": "AXDrawer",
296
+ "kAXSecondFieldAttribute": "AXSecondField",
297
+ "kAXPressAction": "AXPress",
298
+ "kAXCloseButtonAttribute": "AXCloseButton",
299
+ "kAXSortButtonSubrole": "AXSortButton",
300
+ "kAXDOMClassListAttribute": "AXDOMClassList",
301
+ "kAXSliderRole": "AXSlider",
302
+ "kAXRaiseAction": "AXRaise",
303
+ "kAXLandmarkComplementarySubrole": "AXLandmarkComplementary",
304
+ "kAXSubscriptStyleGroupSubrole": "AXSubscriptStyleGroup",
305
+ "kAXContentListSubrole": "AXContentList",
306
+ "kAXURLDockItemSubrole": "AXURLDockItem",
307
+ "kAXARIAColumnIndexAttribute": "AXARIAColumnIndex",
308
+ "kAXARIAPosInSetAttribute": "AXARIAPosInSet",
309
+ "kAXFullScreenButtonAttribute": "AXFullScreenButton",
310
+ "kAXDatetimeValueAttribute": "AXDateTimeValue",
353
311
  "kAXInsertionPointLineNumberAttribute": "AXInsertionPointLineNumber",
354
- "kAXMenuItemSelectedNotification": "AXMenuItemSelected",
355
- "kAXUnknownRole": "AXUnknown",
356
- "kAXHorizontalUnitsAttribute": "AXHorizontalUnits",
357
- "kAXIdentifierAttribute": "AXIdentifier",
312
+ "kAXWindowResizedNotification": "AXWindowResized",
358
313
  "kAXApplicationDockItemSubrole": "AXApplicationDockItem",
359
- "kAXLineForIndexParameterizedAttribute": "AXLineForIndex",
360
- "kAXElementBusyAttribute": "AXElementBusy",
361
- "kAXTrashDockItemSubrole": "AXTrashDockItem",
362
- "kAXLayoutSizeForScreenSizeParameterizedAttribute": "AXLayoutSizeForScreenSize",
363
- "kAXMainAttribute": "AXMain",
364
- "kAXChildrenAttribute": "AXChildren",
365
- "kAXRowIndexRangeAttribute": "AXRowIndexRange",
366
- "kAXFilenameAttribute": "AXFilename",
314
+ "kAXImageMapRole": "AXImageMap",
315
+ "kAXRubyTextSubrole": "AXRubyText",
367
316
  "kAXMenuItemCmdVirtualKeyAttribute": "AXMenuItemCmdVirtualKey",
368
- "kAXWindowCreatedNotification": "AXWindowCreated",
317
+ "kAXStyleTextMarkerRangeForTextMarkerParameterizedAttribute": "AXStyleTextMarkerRangeForTextMarker",
369
318
  "kAXMenuItemCmdModifiersAttribute": "AXMenuItemCmdModifiers",
370
319
  "kAXPositionAttribute": "AXPosition",
371
- "kAXVisibleRowsAttribute": "AXVisibleRows",
372
- "kAXVerticalOrientationValue": "AXVerticalOrientation",
373
- "kAXSelectedChildrenChangedNotification": "AXSelectedChildrenChanged",
320
+ "kAXApplicationMarqueeSubrole": "AXApplicationMarquee",
321
+ "kAXActiveElementChangedNotification": "AXActiveElementChanged",
374
322
  "kAXPlaceholderValueAttribute": "AXPlaceholderValue",
375
- "kAXFullScreenButtonAttribute": "AXFullScreenButton",
376
- "kAXRowCountChangedNotification": "AXRowCountChanged",
377
- "kAXMainWindowAttribute": "AXMainWindow",
323
+ "kAXSearchButtonAttribute": "AXSearchButton",
324
+ "kAXFilenameAttribute": "AXFilename",
378
325
  "kAXSelectedTextRangeAttribute": "AXSelectedTextRange",
379
- "kAXSelectedTextAttribute": "AXSelectedText",
380
- "kAXCellRole": "AXCell",
381
- "kAXSharedTextUIElementsAttribute": "AXSharedTextUIElements",
326
+ "kAXTextInputMarkedTextMarkerRangeAttribute": "AXTextInputMarkedTextMarkerRange",
382
327
  "kAXScreenPointForLayoutPointParameterizedAttribute": "AXScreenPointForLayoutPoint",
383
- "kAXGridRole": "AXGrid",
384
- "kAXTopLevelUIElementAttribute": "AXTopLevelUIElement",
385
- "kAXDisclosingAttribute": "AXDisclosing",
328
+ "kAXMathRootIndexAttribute": "AXMathRootIndex",
329
+ "kAXSwitchSubrole": "AXSwitch",
330
+ "kAXColorWellRole": "AXColorWell",
331
+ "kAXValueDescriptionAttribute": "AXValueDescription",
332
+ "kAXSelectedRowsAttribute": "AXSelectedRows",
333
+ "kAXMathMultiscriptSubrole": "AXMathMultiscript",
386
334
  "kAXProcessSwitcherListSubrole": "AXProcessSwitcherList",
387
- "kAXApplicationDeactivatedNotification": "AXApplicationDeactivated",
335
+ "kAXZoomButtonSubrole": "AXZoomButton",
336
+ "kAXDOMIdentifierAttribute": "AXDOMIdentifier",
337
+ "kAXPreviousContentsAttribute": "AXPreviousContents",
338
+ "kAXFocusedWindowChangedNotification": "AXFocusedWindowChanged",
339
+ "kAXOverflowButtonAttribute": "AXOverflowButton",
340
+ "kAXPopupValueAttribute": "AXPopupValue",
341
+ "kAXDescendingSortDirectionValue": "AXDescendingSortDirection",
342
+ "kAXTextMarkerRangeForLineParameterizedAttribute": "AXTextMarkerRangeForLine",
343
+ "kAXLevelIndicatorRole": "AXLevelIndicator",
344
+ "kAXCurrentStateChangedNotification": "AXCurrentStateChanged",
345
+ "kAXSentenceTextMarkerRangeForTextMarkerParameterizedAttribute": "AXSentenceTextMarkerRangeForTextMarker",
346
+ "kAXMatteHoleAttribute": "AXMatteHole",
347
+ "kAXIncrementorAttribute": "AXIncrementor",
348
+ "kAXIndexAttribute": "AXIndex",
349
+ "kAXMathPostscriptsAttribute": "AXMathPostscripts",
350
+ "kAXInlineTextAttribute": "AXInlineText",
351
+ "kAXParentAttribute": "AXParent",
352
+ "kAXMathSquareRootSubrole": "AXMathSquareRoot",
353
+ "kAXFocusedApplicationAttribute": "AXFocusedApplication",
354
+ "kAXMovedNotification": "AXMoved",
355
+ "kAXEmptyGroupSubrole": "AXEmptyGroup",
356
+ "kAXDefinitionSubrole": "AXDefinition",
357
+ "kAXHeadingRole": "AXHeading",
358
+ "kAXAccessKeyAttribute": "AXAccessKey",
359
+ "kAXMenuBarAttribute": "AXMenuBar",
360
+ "kAXApplicationStatusSubrole": "AXApplicationStatus",
361
+ "kAXNextSentenceEndTextMarkerForTextMarkerParameterizedAttribute": "AXNextSentenceEndTextMarkerForTextMarker",
362
+ "kAXExpandedChangedNotification": "AXExpandedChanged",
363
+ "kAXColumnTitleAttribute": "AXColumnTitles",
364
+ "kAXTimeGroupSubrole": "AXTimeGroup",
365
+ "kAXURLAttribute": "AXURL",
366
+ "kAXMathOverAttribute": "AXMathOver",
367
+ "kAXMenuOpenedNotification": "AXMenuOpened",
368
+ "kAXLoadCompleteNotification": "AXLoadComplete",
369
+ "kAXDrawerCreatedNotification": "AXDrawerCreated",
370
+ "kAXStringForRangeParameterizedAttribute": "AXStringForRange",
371
+ "kAXDocumentMathSubrole": "AXDocumentMath",
372
+ "kAXMathTextSubrole": "AXMathText",
373
+ "kAXTermSubrole": "AXTerm",
374
+ "kAXDocumentArticleSubrole": "AXDocumentArticle",
375
+ "kAXApplicationTimerSubrole": "AXApplicationTimer",
376
+ "kAXInvalidAttribute": "AXInvalid",
377
+ "kAXCancelButtonAttribute": "AXCancelButton",
378
+ "kAXLayoutPointForScreenPointParameterizedAttribute": "AXLayoutPointForScreenPoint",
379
+ "kAXVisibleRowsAttribute": "AXVisibleRows",
380
+ "kAXLinkedUIElementsAttribute": "AXLinkedUIElements",
381
+ "kAXVisibleColumnsAttribute": "AXVisibleColumns",
382
+ "kAXUIElementTitleKey": "AXUIElementTitleKey",
383
+ "kAXUIElementForTextMarkerParameterizedAttribute": "AXUIElementForTextMarker",
384
+ "kAXFolderDockItemSubrole": "AXFolderDockItem",
385
+ "kAXMenuBarItemRole": "AXMenuBarItem",
386
+ "kAXLayoutChangedNotification": "AXLayoutChanged",
387
+ "kAXARIARowIndexAttribute": "AXARIARowIndex",
388
+ "kAXFocusableAncestorAttribute": "AXFocusableAncestor",
389
+ "kAXSubroleAttribute": "AXSubrole",
390
+ "kAXSelectedChildrenAttribute": "AXSelectedChildren",
391
+ "kAXParagraphTextMarkerRangeForTextMarkerParameterizedAttribute": "AXParagraphTextMarkerRangeForTextMarker",
392
+ "kAXSecureTextFieldSubrole": "AXSecureTextField",
393
+ "kAXHandleRole": "AXHandle",
394
+ "kAXDefinitionListSubrole": "AXDefinitionList",
395
+ "kAXMathRootSubrole": "AXMathRoot",
396
+ "kAXSharedFocusElementsAttribute": "AXSharedFocusElements",
397
+ "kAXLandmarkContentInfoSubrole": "AXLandmarkContentInfo",
398
+ "kAXLandmarkRegionSubrole": "AXLandmarkRegion",
399
+ "kAXIsSuggestedDeletionStringAttribute": "AXIsSuggestedDeletion",
400
+ "kAXBusyIndicatorRole": "AXBusyIndicator",
401
+ "kAXMenuItemSelectedNotification": "AXMenuItemSelected",
402
+ "kAXHighestEditableAncestorAttribute": "AXHighestEditableAncestor",
403
+ "kAXTrashDockItemSubrole": "AXTrashDockItem",
404
+ "kAXUnitsAttribute": "AXUnits",
405
+ "kAXMenuBarRole": "AXMenuBar",
406
+ "kAXAttributedStringForTextMarkerRangeParameterizedAttribute": "AXAttributedStringForTextMarkerRange",
407
+ "kAXMathOperatorSubrole": "AXMathOperator",
408
+ "kAXColumnTitlesAttribute": "AXColumnTitles",
409
+ "kAXAMPMFieldAttribute": "AXAMPMField",
410
+ "kAXRightLineTextMarkerRangeForTextMarkerParameterizedAttribute": "AXRightLineTextMarkerRangeForTextMarker",
411
+ "kAXRightWordTextMarkerRangeForTextMarkerParameterizedAttribute": "AXRightWordTextMarkerRangeForTextMarker",
412
+ "kAXSelectedColumnsChangedNotification": "AXSelectedColumnsChanged",
413
+ "kAXRowsAttribute": "AXRows",
414
+ "kAXFullScreenButtonSubrole": "AXFullScreenButton",
415
+ "kAXLandmarkSearchSubrole": "AXLandmarkSearch",
416
+ "kAXMatteRole": "AXMatte",
417
+ "kAXElementBusyChangedNotification": "AXElementBusyChanged",
418
+ "kAXConvertRelativeFrameParameterizedAttribute": "AXConvertRelativeFrame",
419
+ "kAXToolbarButtonAttribute": "AXToolbarButton",
420
+ "kAXARIALiveAttribute": "AXARIALive",
421
+ "kAXUIElementDestroyedNotification": "AXUIElementDestroyed",
422
+ "kAXTopLevelUIElementAttribute": "AXTopLevelUIElement",
423
+ "kAXMenuItemMarkCharAttribute": "AXMenuItemMarkChar",
424
+ "kAXDayFieldAttribute": "AXDayField",
425
+ "kAXSplittersAttribute": "AXSplitters",
426
+ "kAXRTFForRangeParameterizedAttribute": "AXRTFForRange",
427
+ "kAXDetailsSubrole": "AXDetails",
428
+ "kAXMathTableCellSubrole": "AXMathTableCell",
429
+ "kAXRatingIndicatorSubrole": "AXRatingIndicator",
430
+ "kAXEditedAttribute": "AXEdited",
431
+ "kAXColumnsAttribute": "AXColumns",
432
+ "kAXAscendingSortDirectionValue": "AXAscendingSortDirection",
433
+ "kAXARIAColumnCountAttribute": "AXARIAColumnCount",
434
+ "kAXDecrementPageSubrole": "AXDecrementPage",
435
+ "kAXGrabbedAttribute": "AXGrabbed",
436
+ "kAXMenuClosedNotification": "AXMenuClosed",
437
+ "kAXUnknownSortDirectionValue": "AXUnknownSortDirection",
438
+ "kAXARIARowCountAttribute": "AXARIARowCount",
439
+ "kAXFocusedUIElementAttribute": "AXFocusedUIElement",
440
+ "kAXLinkUIElementsAttribute": "AXLinkUIElements",
441
+ "kAXMathFencedCloseAttribute": "AXMathFencedClose",
442
+ "kAXIdentifierAttribute": "AXIdentifier",
443
+ "kAXHasWebApplicationAncestorAttribute": "AXHasWebApplicationAncestor",
444
+ "kAXMathTableRowSubrole": "AXMathTableRow",
445
+ "kAXSelectedChildrenChangedNotification": "AXSelectedChildrenChanged",
446
+ "kAXRowCountAttribute": "AXRowCount",
447
+ "kAXOwnsAttribute": "AXOwns",
448
+ "kAXLandmarkBannerSubrole": "AXLandmarkBanner",
449
+ "kAXCodeStyleGroupSubrole": "AXCodeStyleGroup",
450
+ "kAXFloatingWindowSubrole": "AXFloatingWindow",
388
451
  "kAXIsEditableAttribute": "AXIsEditable",
389
- "kAXWindowDeminiaturizedNotification": "AXWindowDeminiaturized",
390
- "kAXScrollBarRole": "AXScrollBar",
452
+ "kAXMathRootRadicandAttribute": "AXMathRootRadicand",
391
453
  "kAXCancelAction": "AXCancel",
392
- "kAXColorWellRole": "AXColorWell",
393
- "kAXLayoutPointForScreenPointParameterizedAttribute": "AXLayoutPointForScreenPoint",
394
- "kAXMaxValueAttribute": "AXMaxValue",
395
- "kPasteboardTypeFilePromiseContent": "com.apple.pasteboard.promised-file-content-type",
454
+ "kAXARIACurrentAttribute": "AXARIACurrent",
396
455
  "kAXConfirmAction": "AXConfirm",
397
- "kAXEditedAttribute": "AXEdited",
398
- "kAXProgressIndicatorRole": "AXProgressIndicator",
399
456
  "kAXRowCollapsedNotification": "AXRowCollapsed",
457
+ "kAXPriorityKey": "AXPriorityKey",
458
+ "kAXIncrementArrowSubrole": "AXIncrementArrow",
459
+ "kAXBrowserRole": "AXBrowser",
460
+ "kAXInvalidStatusChangedNotification": "AXInvalidStatusChanged",
461
+ "kAXRoleDescriptionAttribute": "AXRoleDescription",
462
+ "kAXDescribedByAttribute": "AXDescribedBy",
463
+ "kAXLabelValueAttribute": "AXLabelValue",
464
+ "kAXScrollBarRole": "AXScrollBar",
465
+ "kAXShowMenuAction": "AXShowMenu",
466
+ "kAXColumnCountAttribute": "AXColumnCount",
467
+ "kAXSelectedRowsChangedNotification": "AXSelectedRowsChanged",
468
+ "kAXHasPopupAttribute": "AXHasPopup",
469
+ "kAXCellForColumnAndRowParameterizedAttribute": "AXCellForColumnAndRow",
470
+ "kAXWindowsAttribute": "AXWindows",
471
+ "kAXTextAreaRole": "AXTextArea",
472
+ "kAXSuperscriptStyleGroupSubrole": "AXSuperscriptStyleGroup",
473
+ "kAXLoadedAttribute": "AXLoaded",
474
+ "kAXAlternateUIVisibleAttribute": "AXAlternateUIVisible",
475
+ "kAXValueWrapsAttribute": "AXValueWraps",
476
+ "kAXSizeAttribute": "AXSize",
477
+ "kAXDisclosedByRowAttribute": "AXDisclosedByRow",
478
+ "kAXMenuItemRole": "AXMenuItem",
479
+ "kAXComboBoxRole": "AXComboBox",
480
+ "kAXHasDocumentRoleAncestorAttribute": "AXHasDocumentRoleAncestor",
481
+ "kAXNextParagraphEndTextMarkerForTextMarkerParameterizedAttribute": "AXNextParagraphEndTextMarkerForTextMarker",
482
+ "kAXMainWindowChangedNotification": "AXMainWindowChanged",
483
+ "kAXMathSubscriptSuperscriptSubrole": "AXMathSubscriptSuperscript",
484
+ "kAXHiddenAttribute": "AXHidden",
485
+ "kAXIntersectionWithSelectionRangeAttribute": "AXIntersectionWithSelectionRange",
486
+ "kAXMinimizeButtonAttribute": "AXMinimizeButton",
487
+ "kAXLengthForTextMarkerRangeParameterizedAttribute": "AXLengthForTextMarkerRange",
488
+ "kAXLayoutCompleteNotification": "AXLayoutComplete",
489
+ "kAXSelectedCellsAttribute": "AXSelectedCells",
490
+ "kAXStringForTextMarkerRangeParameterizedAttribute": "AXStringForTextMarkerRange",
491
+ "kAXServesAsTitleForUIElementsAttribute": "AXServesAsTitleForUIElements",
492
+ "kAXARIARelevantAttribute": "AXARIARelevant",
493
+ "kAXDescription": "AXDescription",
494
+ "kAXNumberOfCharactersAttribute": "AXNumberOfCharacters",
495
+ "kAXImageRole": "AXImage",
496
+ "kAXInsertStyleGroupSubrole": "AXInsertStyleGroup",
400
497
  "kAXTextAttribute": "AXText",
401
- "kAXSortDirectionAttribute": "AXSortDirection",
402
- "kAXIndexAttribute": "AXIndex",
403
- "kAXURLDockItemSubrole": "AXURLDockItem",
404
- "kAXDocumentAttribute": "AXDocument",
498
+ "kAXDidSpellCheckStringAttribute": "AXDidSpellCheck",
499
+ "kAXKeyShortcutsAttribute": "AXKeyShortcutsValue",
500
+ "kAXWindowRole": "AXWindow",
501
+ "kAXExpandedAttribute": "AXExpanded",
502
+ "kAXVerticalUnitsAttribute": "AXVerticalUnits",
503
+ "kAXDropEffectsAttribute": "AXDropEffects",
504
+ "kAXCreatedNotification": "AXCreated",
505
+ "kAXDisclosedRowsAttribute": "AXDisclosedRows",
506
+ "kAXTabsAttribute": "AXTabs",
507
+ "kAXChildrenAttribute": "AXChildren",
508
+ "kAXToolbarButtonSubrole": "AXToolbarButton",
509
+ "kAXStyleRangeForIndexParameterizedAttribute": "AXStyleRangeForIndex",
510
+ "kAXSheetRole": "AXSheet",
511
+ "kAXMatteContentUIElementAttribute": "AXMatteContentUIElement",
512
+ "kAXYearFieldAttribute": "AXYearField",
513
+ "kAXRowExpandedNotification": "AXRowExpanded",
514
+ "kAXScrollAreaRole": "AXScrollArea",
515
+ "kAXVisibleCellsAttribute": "AXVisibleCells",
516
+ "kAXRowIndexRangeAttribute": "AXRowIndexRange",
517
+ "kAXApplicationActivatedNotification": "AXApplicationActivated",
518
+ "kAXMaxValueAttribute": "AXMaxValue",
519
+ "kAXPreviousParagraphStartTextMarkerForTextMarkerParameterizedAttribute": "AXPreviousParagraphStartTextMarkerForTextMarker",
520
+ "kAXCloseButtonSubrole": "AXCloseButton",
521
+ "kAXPreviousLineStartTextMarkerForTextMarkerParameterizedAttribute": "AXPreviousLineStartTextMarkerForTextMarker",
522
+ "kAXCaretBrowsingEnabledAttribute": "AXCaretBrowsingEnabled",
523
+ "kAXValueIncrementAttribute": "AXValueIncrement",
524
+ "kAXSplitterRole": "AXSplitter",
525
+ "kAXGroupRole": "AXGroup",
526
+ "kAXZoomButtonAttribute": "AXZoomButton",
527
+ "kAXFileUploadButtonSubrole": "AXFileUploadButton",
528
+ "kAXVideoSubrole": "AXVideo",
529
+ "kAXNextWordEndTextMarkerForTextMarkerParameterizedAttribute": "AXNextWordEndTextMarkerForTextMarker",
530
+ "kAXIsSuggestedInsertionStringAttribute": "AXIsSuggestedInsertion",
531
+ "kAXRelevanceIndicatorRole": "AXRelevanceIndicator",
532
+ "kAXMonthFieldAttribute": "AXMonthField",
533
+ "kAXCriticalValueAttribute": "AXCriticalValue",
534
+ "kAXButtonRole": "AXButton",
535
+ "kAXProxyAttribute": "AXProxy",
536
+ "kAXActiveElementAttribute": "AXActiveElement",
537
+ "kAXPreviousSentenceStartTextMarkerForTextMarkerParameterizedAttribute": "AXPreviousSentenceStartTextMarkerForTextMarker",
538
+ "kAXMathSeparatorOperatorSubrole": "AXMathSeparatorOperator",
539
+ "kAXSelectedColumnsAttribute": "AXSelectedColumns",
540
+ "kAXApplicationLogSubrole": "AXApplicationLog",
541
+ "kAXValueAutofillAvailableAttribute": "AXValueAutofillAvailable",
542
+ "kAXListRole": "AXList",
543
+ "kAXHorizontalUnitDescriptionAttribute": "AXHorizontalUnitDescription",
544
+ "kAXPreviousTextMarkerForTextMarkerParameterizedAttribute": "AXPreviousTextMarkerForTextMarker",
545
+ "kAXApplicationDeactivatedNotification": "AXApplicationDeactivated",
405
546
  "kAXDescriptionAttribute": "AXDescription",
406
- "kAXWindowResizedNotification": "AXWindowResized",
547
+ "kAXStartTextMarkerAttribute": "AXStartTextMarker",
548
+ "kAXOutlineRowSubrole": "AXOutlineRow",
549
+ "kAXAnnouncementRequestedNotification": "AXAnnouncementRequested",
550
+ "kAXClearButtonAttribute": "AXClearButton",
551
+ "kAXDeleteStyleGroupSubrole": "AXDeleteStyleGroup",
552
+ "kAXMinuteFieldAttribute": "AXMinuteField",
553
+ "kAXUnknownRole": "AXUnknown",
554
+ "kAXMarkerTypeAttribute": "AXMarkerType",
555
+ "kPasteboardTypeFileURLPromise": "com.apple.pasteboard.promised-file-url",
556
+ "kAXLineForIndexParameterizedAttribute": "AXLineForIndex",
557
+ "kAXMathFractionNumeratorAttribute": "AXMathFractionNumerator",
558
+ "kAXLayoutSizeForScreenSizeParameterizedAttribute": "AXLayoutSizeForScreenSize",
559
+ "kAXMainAttribute": "AXMain",
560
+ "kAXFocusedUIElementChangedNotification": "AXFocusedUIElementChanged",
561
+ "kAXApplicationAlertDialogSubrole": "AXApplicationAlertDialog",
562
+ "kAXWindowCreatedNotification": "AXWindowCreated",
563
+ "kAXVerticalOrientationValue": "AXVerticalOrientation",
564
+ "kAXRowCountChangedNotification": "AXRowCountChanged",
565
+ "kAXTextMarkerForIndexParameterizedAttribute": "AXTextMarkerForIndex",
566
+ "kAXDisclosingAttribute": "AXDisclosing",
567
+ "kAXSharedTextUIElementsAttribute": "AXSharedTextUIElements",
568
+ "kAXSummarySubrole": "AXSummary",
569
+ "kAXWindowDeminiaturizedNotification": "AXWindowDeminiaturized",
570
+ "kAXIndexForTextMarkerParameterizedAttribute": "AXIndexForTextMarker",
571
+ "kAXPreviousWordStartTextMarkerForTextMarkerParameterizedAttribute": "AXPreviousWordStartTextMarkerForTextMarker",
572
+ "kAXSortDirectionAttribute": "AXSortDirection",
573
+ "kAXNextLineEndTextMarkerForTextMarkerParameterizedAttribute": "AXNextLineEndTextMarkerForTextMarker",
407
574
  "kAXMenuItemCmdGlyphAttribute": "AXMenuItemCmdGlyph",
408
- "kAXSelectedRowsAttribute": "AXSelectedRows",
409
- "kAXRTFForRangeParameterizedAttribute": "AXRTFForRange",
410
- "kAXLabelValueAttribute": "AXLabelValue",
411
- "kAXSwitchSubrole": "AXSwitch",
412
- "kAXHelpAttribute": "AXHelp",
413
- "kAXZoomButtonSubrole": "AXZoomButton",
414
- "kAXButtonRole": "AXButton",
415
575
  "kAXColumnIndexRangeAttribute": "AXColumnIndexRange",
416
576
  }
417
577
  )