1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 01:16:36 +02:00

Fix clashing key bindings

Scrolling the groupchat peer list now uses ctrl+up and down
This commit is contained in:
jfreegman
2020-10-13 19:52:43 -04:00
parent 3015138a5a
commit e428879beb
9 changed files with 8 additions and 40 deletions

View File

@ -122,8 +122,6 @@ keys = {
half_page_up="Ctrl+F";
half_page_down="Ctrl+V";
page_bottom="Ctrl+H";
peer_list_up="Ctrl+[";
peer_list_down="Ctrl+]";
toggle_peerlist="Ctrl+b";
toggle_paste_mode="Ctrl+T";
};