MCPcopy
hub / github.com/ayn2op/discordo / defaultComposerKeybinds

Function defaultComposerKeybinds

internal/config/keybinds.go:181–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181func defaultComposerKeybinds() ComposerKeybinds {
182 return ComposerKeybinds{
183 Paste: desc("paste"),
184 Send: desc("send"),
185 Newline: desc("nl"),
186 Cancel: desc("cancel"),
187 TabComplete: desc("complete"),
188 Undo: desc("undo"),
189 OpenEditor: desc("editor"),
190 OpenFilePicker: desc("attach"),
191 }
192}
193
194func defaultMentionsListKeybinds() MentionsListKeybinds {
195 return MentionsListKeybinds{

Callers 1

defaultKeybindsFunction · 0.85

Calls 1

descFunction · 0.85

Tested by

no test coverage detected