caption: Allows applications to capture and override default system shortcuts.
desc: |-
This policy controls shortcut behavior on <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph>.
If this policy is unset or set to <ph name="NORMAL_SYSTEM_PRIORITY">NormalSystemPriority</ph>, all <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> system shortcuts will always activate as expected.
If this policy is set to <ph name="SHOULD_IGNORE_COMMON_VDI_SHORTCUTS">ShouldIgnoreCommonVdiShortcuts</ph>, a predetermined list of Launcher key shortcuts will never activate a shortcut.
If this policy is set to <ph name="SHOULD_IGNORE_COMMON_VDI_SHORTCUTS_FULLSCREEN_ONLY">ShouldIgnoreCommonVdiShortcutsFullscreenOnly</ph>, a predetermined list of Launcher key shortcuts will never activate a shortcut while an app is fullscreen.
If this policy is set to <ph name="ALLOW_PASSTHROUGH_OF_SEARCH_BASED_SHORTCUTS">AllowPassthroughOfSearchBasedShortcuts</ph>, shortcuts with the Search key flow through to apps and are not consumed by the OS.
If this policy is set to <ph name="ALLOW_PASSTHROUGH_OF_SEARCH_BASED_SHORTCUTS_FULLSCREEN_ONLY">AllowPassthroughOfSearchBasedShortcutsFullscreenOnly</ph>, shortcuts with the Search key flow through to apps and are not consumed by the OS, but only when the focused app is fullscreen.
default: 0
example_value: 0
features:
dynamic_refresh: true
per_profile: true
items:
- caption: All system shortcuts will always activate as expected.
name: Default
value: 0
- caption: A predetermined list of shortcuts with the launcher key will never perform an action.
name: ShouldIgnoreCommonVdiShortcuts
value: 1
- caption: A predetermined list of shortcuts with the launcher key will never perform an action while fullscreen only.
name: ShouldIgnoreCommonVdiShortcutsFullscreenOnly
value: 2
- caption: Shortcuts with the search key are sent to the app first before being handled by the OS.
name: AllowPassthroughOfSearchBasedShortcuts
value: 3
- caption: Shortcuts with the search key are sent to the app first before being handled by the OS only when the focused app is fullscreen.
name: AllowPassthroughOfSearchBasedShortcutsFullscreenOnly
value: 4
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
enum:
- 0
- 1
- 2
- 3
- 4
type: integer
supported_on:
- chrome_os:127-
tags: []
type: int-enum