|
@@ -142,10 +142,10 @@ func loadConfig() *config {
|
|
|
}
|
|
}
|
|
|
c.Keybindings = keybindings{
|
|
c.Keybindings = keybindings{
|
|
|
ChannelsTree: keybindingsChannelsTree{
|
|
ChannelsTree: keybindingsChannelsTree{
|
|
|
- Focus: "Alt+Rune[1]",
|
|
|
|
|
|
|
+ Focus: "Alt+Left",
|
|
|
},
|
|
},
|
|
|
MessagesView: keybindingsMessagesView{
|
|
MessagesView: keybindingsMessagesView{
|
|
|
- Focus: "Alt+Rune[2]",
|
|
|
|
|
|
|
+ Focus: "Alt+Right",
|
|
|
SelectPrevious: "Up",
|
|
SelectPrevious: "Up",
|
|
|
SelectNext: "Down",
|
|
SelectNext: "Down",
|
|
|
SelectFirst: "Home",
|
|
SelectFirst: "Home",
|
|
@@ -154,7 +154,7 @@ func loadConfig() *config {
|
|
|
ReplyMention: "Rune[R]",
|
|
ReplyMention: "Rune[R]",
|
|
|
},
|
|
},
|
|
|
MessageInputField: keybindingsMessageInputField{
|
|
MessageInputField: keybindingsMessageInputField{
|
|
|
- Focus: "Alt+Rune[3]",
|
|
|
|
|
|
|
+ Focus: "Alt+Down",
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|
|
|
c.Borders = tview.Borders
|
|
c.Borders = tview.Borders
|