Skip to main content

PlatformHotkeyConfiguration Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

The PlatformHotkeyConfiguration class represents a configuration for platform-specific hotkeys in an Avalonia application.

public class PlatformHotkeyConfiguration

Inheritance: object -> PlatformHotkeyConfiguration

Properties

NameDescription
BackNo summary available.
CommandModifiersNo summary available.
CopyNo summary available.
CutNo summary available.
MoveCursorToTheEndOfDocumentNo summary available.
MoveCursorToTheEndOfDocumentWithSelectionNo summary available.
MoveCursorToTheEndOfLineNo summary available.
MoveCursorToTheEndOfLineWithSelectionNo summary available.
MoveCursorToTheStartOfDocumentNo summary available.
MoveCursorToTheStartOfDocumentWithSelectionNo summary available.
MoveCursorToTheStartOfLineNo summary available.
MoveCursorToTheStartOfLineWithSelectionNo summary available.
OpenContextMenuNo summary available.
PageDownNo summary available.
PageLeftNo summary available.
PageRightNo summary available.
PageUpNo summary available.
PasteNo summary available.
RedoNo summary available.
SelectAllNo summary available.
SelectionModifiersNo summary available.
UndoNo summary available.
WholeWordTextActionModifiersNo summary available.

Back Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> Back { get; set; }

CommandModifiers Property

public Avalonia.Input.KeyModifiers CommandModifiers { get; set; }

Copy Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> Copy { get; set; }

Cut Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> Cut { get; set; }

MoveCursorToTheEndOfDocument Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheEndOfDocument { get; set; }

MoveCursorToTheEndOfDocumentWithSelection Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheEndOfDocumentWithSelection { get; set; }

MoveCursorToTheEndOfLine Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheEndOfLine { get; set; }

MoveCursorToTheEndOfLineWithSelection Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheEndOfLineWithSelection { get; set; }

MoveCursorToTheStartOfDocument Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheStartOfDocument { get; set; }

MoveCursorToTheStartOfDocumentWithSelection Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheStartOfDocumentWithSelection { get; set; }

MoveCursorToTheStartOfLine Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheStartOfLine { get; set; }

MoveCursorToTheStartOfLineWithSelection Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> MoveCursorToTheStartOfLineWithSelection { get; set; }

OpenContextMenu Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> OpenContextMenu { get; set; }

PageDown Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> PageDown { get; set; }

PageLeft Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> PageLeft { get; set; }

PageRight Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> PageRight { get; set; }

PageUp Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> PageUp { get; set; }

Paste Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> Paste { get; set; }

Redo Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> Redo { get; set; }

SelectAll Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> SelectAll { get; set; }

SelectionModifiers Property

public Avalonia.Input.KeyModifiers SelectionModifiers { get; set; }

Undo Property

public System.Collections.Generic.List<Avalonia.Input.KeyGesture> Undo { get; set; }

WholeWordTextActionModifiers Property

public Avalonia.Input.KeyModifiers WholeWordTextActionModifiers { get; set; }