Selaa lähdekoodia

feat(config): change reply keymap to align with official client

ayn2op 4 kuukautta sitten
vanhempi
sitoutus
9581ca6bd4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      internal/config/config.toml

+ 2 - 2
internal/config/config.toml

@@ -68,9 +68,9 @@ select_last = "Rune[G]"
 # Select the message reference (reply) of the selected channel.
 select_reply = "Rune[s]"
 # Reply to the selected message.
-reply = "Rune[r]"
+reply = "Rune[R]"
 # Reply (with mention) to the selected message.
-reply_mention = "Rune[R]"
+reply_mention = "Rune[r]"
 cancel = "Esc"
 edit = "Rune[e]"
 delete = "Rune[D]"