Эх сурвалжийг харах

feat: change Focus keybindings to sensible defaults

ayntgl 4 жил өмнө
parent
commit
4510d190cf
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      config.go

+ 3 - 3
config.go

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