Click or drag to resize

PropertyID.PhysicalKeyboardShortcutsEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to disable keyboard combinations.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 PhysicalKeyboardShortcutsEnabled = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to disable keyboard combinations.

When physical keyboard shortcuts are enabled, the user can use keyboard combinations to perform various actions quickly. This feature enhances productivity by allowing users to navigate and control their device more efficiently using familiar keyboard shortcuts.

When physical keyboard shortcuts are disabled, these combinations will not perform any actions on the device. This might

The user would still be able to access and control this configuration from the main Settings. Therefore, this parameter can be use with PHYSICAL_KEYBOARD_SHORTCUTS_SETTING_DIMMED, to prevent the user to change the configuration of this feature.

The class of the property is BooleanProperty.

[Android Documentation]

See Also