chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/PageUpAndPageDownKeysModifier.yaml

caption: Control the shortcut used to trigger the PageUp/PageDown "six pack" keys
default: 2
desc: |-
  This policy determines the behavior for remapping the PageUp/PageDown
  keys 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 and allows users to
  configure the shortcuts.
example_value: 0
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: false
items:
- caption: PageUp/PageDown settings are disabled
  name: None
  value: 0
- caption: PageUp/PageDown settings use the shortcut that contains the alt modifier
  name: Alt
  value: 1
- caption: PageUp/PageDown settings use 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.
  enum:
  - 0
  - 1
  - 2
  type: integer
supported_on:
- chrome_os:123-
tags: []
type: int-enum