KeyEvent.KeycodeAccessibility Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.
Key code constant: System Accessibility key.
[Android.Runtime.Register("KEYCODE_ACCESSIBILITY", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodeAccessibility = 338;
[<Android.Runtime.Register("KEYCODE_ACCESSIBILITY", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodeAccessibility : Android.Views.Keycode
Field Value
Value = 338Implements
- Attributes
Remarks
Key code constant: System Accessibility key.
Introduced by HUTRR116, toggles the system bound accessibility UI/command (i.e. invoke system-specific accessibility UI or user-customized accessibility feature). Some example usages could be to toggle Talkback or toggle display color inversion. Applications will not receive this keycode.
Android reference for android.view.KeyEvent.KEYCODE_ACCESSIBILITY.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.