Table of Contents

Method Platform

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Platform(Key[]?, Key[]?, Key[]?)

Creates a binding with platform-specific keys only (no "all" entry).

public static PlatformKeyBinding Platform(Key[]? windows = null, Key[]? linux = null, Key[]? macos = null)

Parameters

windows Key[]
linux Key[]
macos Key[]

Returns

PlatformKeyBinding