Documentation
¶
Index ¶
- Constants
- type Caret
- type EditEvent
- type Event
- type Filter
- type FocusCmd
- type FocusDirection
- type FocusEvent
- type FocusFilter
- type InputHint
- type InputHintOp
- type Modifiers
- type Name
- type Range
- type SelectionCmd
- type SelectionEvent
- type Snippet
- type SnippetCmd
- type SnippetEvent
- type SoftKeyboardCmd
- type State
Constants ¶
View Source
const ModShortcut = ModCtrl
View Source
const ModShortcutAlt = ModCtrl
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditEvent ¶
func (EditEvent) ImplementsEvent ¶
func (EditEvent) ImplementsEvent()
type Event ¶
func (Event) ImplementsEvent ¶
func (Event) ImplementsEvent()
type Filter ¶
func (Filter) ImplementsFilter ¶
func (Filter) ImplementsFilter()
type FocusCmd ¶
func (FocusCmd) ImplementsCommand ¶
func (FocusCmd) ImplementsCommand()
type FocusDirection ¶
type FocusDirection int
const ( FocusRight FocusDirection = iota FocusLeft FocusUp FocusDown FocusForward FocusBackward )
type FocusEvent ¶
type FocusEvent struct {
Focus bool
}
func (FocusEvent) ImplementsEvent ¶
func (FocusEvent) ImplementsEvent()
type FocusFilter ¶
func (FocusFilter) ImplementsFilter ¶
func (FocusFilter) ImplementsFilter()
type InputHintOp ¶
func (InputHintOp) Add ¶
func (h InputHintOp) Add(o *op.Ops)
type Name ¶
type Name string
const ( NameLeftArrow Name = "←" NameRightArrow Name = "→" NameUpArrow Name = "↑" NameDownArrow Name = "↓" NameReturn Name = "⏎" NameEnter Name = "⌤" NameEscape Name = "⎋" NameHome Name = "⇱" NameEnd Name = "⇲" NameDeleteBackward Name = "⌫" NameDeleteForward Name = "⌦" NamePageUp Name = "⇞" NamePageDown Name = "⇟" NameTab Name = "Tab" NameSpace Name = "Space" NameCtrl Name = "Ctrl" NameShift Name = "Shift" NameAlt Name = "Alt" NameSuper Name = "Super" NameCommand Name = "⌘" NameF1 Name = "F1" NameF2 Name = "F2" NameF3 Name = "F3" NameF4 Name = "F4" NameF5 Name = "F5" NameF6 Name = "F6" NameF7 Name = "F7" NameF8 Name = "F8" NameF9 Name = "F9" NameF10 Name = "F10" NameF11 Name = "F11" NameF12 Name = "F12" NameBack Name = "Back" )
type SelectionCmd ¶
func (SelectionCmd) ImplementsCommand ¶
func (SelectionCmd) ImplementsCommand()
type SelectionEvent ¶
type SelectionEvent Range
func (SelectionEvent) ImplementsEvent ¶
func (SelectionEvent) ImplementsEvent()
type SnippetCmd ¶
func (SnippetCmd) ImplementsCommand ¶
func (SnippetCmd) ImplementsCommand()
type SnippetEvent ¶
type SnippetEvent Range
func (SnippetEvent) ImplementsEvent ¶
func (SnippetEvent) ImplementsEvent()
type SoftKeyboardCmd ¶
type SoftKeyboardCmd struct {
Show bool
}
func (SoftKeyboardCmd) ImplementsCommand ¶
func (SoftKeyboardCmd) ImplementsCommand()
Click to show internal directories.
Click to hide internal directories.