caption: Control the shortcut used to trigger the Insert "six pack" key
default: 2
desc: |-
This policy determines the default behavior for remapping the Insert key
within the 'remap keys' subpage. The 'remap keys' subpage allows users to
customize keyboard keys. If enabled, this policy prevents users from
customizing these specific remappings. If the policy is not set,
search-based shortcuts will act as the default.
example_value: 0
features:
can_be_recommended: true
dynamic_refresh: true
per_profile: false
items:
- caption: Setting a shortcut for the "Insert" action is disabled.
name: None
value: 0
- caption: Insert shortcut setting uses the shortcut that contains the search modifier
name: Search
value: 2
owners:
- [email protected]
- [email protected]
schema:
# These values correspond to the `SixPackShortcutModifier` mojom enum.
# "1" is omitted since there is no alt-based shortcut for the "Insert" key
enum:
- 0
- 2
type: integer
supported_on:
- chrome_os:123-
tags: []
type: int-enum