rupertlssmith / rte-toolkit-patch / RichText.Config.Keys

This module contains String constants related to defining keyboard commands.

short : String

Platform specific modifier that is initialized on InternalEditorMsg.Init. When resolving a command binding, it resolves to "Meta" on mac/iOS and "Control" on other platforms.

alt : String

Alt key

meta : String

Meta key

ctrl : String

Control key

shift : String

Shift key

return : String

Return key

enter : String

Enter key

backspace : String

Backspace key

delete : String

Delete key