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

Function defaultSelectionKeybinds

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

Source from the content-addressed store, hash-verified

127}
128
129func defaultSelectionKeybinds() SelectionKeybinds {
130 return SelectionKeybinds{
131 SelectUp: desc("up"),
132 SelectDown: desc("down"),
133 SelectTop: desc("top"),
134 SelectBottom: desc("btm"),
135 }
136}
137
138func defaultPickerKeybinds() PickerKeybinds {
139 return PickerKeybinds{

Callers 4

defaultPickerKeybindsFunction · 0.85

Calls 1

descFunction · 0.85

Tested by

no test coverage detected