Skip to main content

KeyCodes

Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public static class KeyCodes

Fields

Escape

View Source
Declaration
public const string Escape = "Escape"

ArrowLeft

View Source
Declaration
public const string ArrowLeft = "ArrowLeft"

ArrowRight

View Source
Declaration
public const string ArrowRight = "ArrowRight"

ArrowUp

View Source
Declaration
public const string ArrowUp = "ArrowUp"

ArrowDown

View Source
Declaration
public const string ArrowDown = "ArrowDown"

Home

View Source
Declaration
public const string Home = "Home"

End

View Source
Declaration
public const string End = "End"