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

Function defaultGuildsTreeKeybinds

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

Source from the content-addressed store, hash-verified

144}
145
146func defaultGuildsTreeKeybinds() GuildsTreeKeybinds {
147 return GuildsTreeKeybinds{
148 SelectionKeybinds: defaultSelectionKeybinds(),
149 SelectCurrent: desc("select"),
150 YankID: desc("copy id"),
151
152 CollapseAll: desc("collapse all"),
153 CollapseParentNode: desc("collapse parent"),
154 MoveToParentNode: desc("parent"),
155 }
156}
157
158func defaultMessagesListKeybinds() MessagesListKeybinds {
159 return MessagesListKeybinds{

Callers 1

defaultKeybindsFunction · 0.85

Calls 2

defaultSelectionKeybindsFunction · 0.85
descFunction · 0.85

Tested by

no test coverage detected