ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.19k stars 69 forks source link

Reply to a message without mouse? #176

Closed simbafs closed 2 years ago

simbafs commented 2 years ago

As the title says, I'm seeking a way to reply to a message with keyboard only. Is there already a keybinding?

ghost commented 2 years ago
  1. Select a message using the arrow up and down keys (customizable) when the messages TextView is focused (you can focus on it using the m key).
  2. Open up the message action List using the a key (customizable).
  3. Hit the r key to reply to the selected message without a mention and R (uppercase) to reply to the selected message with a mention.
simbafs commented 2 years ago

thx