소스 검색

fix(config): resolve Ctrl+P conflict between focus_message_input and mentions_list.up (#661)

Ayyan 4 달 전
부모
커밋
ffdd141f70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      internal/config/config.toml

+ 1 - 1
internal/config/config.toml

@@ -36,7 +36,7 @@ only_on_ping = true
 [keys]
 focus_guilds_tree = "Ctrl+G"
 focus_messages_list = "Ctrl+T"
-focus_message_input = "Ctrl+P"
+focus_message_input = "Ctrl+I"
 # Cycle focus between the widgets.
 focus_previous = "Ctrl+H"
 focus_next = "Ctrl+L"