mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 00:33:02 +01:00
toxic.conf.example: better formatting
This commit is contained in:
parent
bd20513493
commit
d4ce697bd9
@ -60,14 +60,14 @@ sounds = {
|
|||||||
// Currently supported: Ctrl modified keys, Tab, PAGEUP and PAGEDOWN (case insensitive)
|
// Currently supported: Ctrl modified keys, Tab, PAGEUP and PAGEDOWN (case insensitive)
|
||||||
// Note: All printable keys register as input
|
// Note: All printable keys register as input
|
||||||
keys = {
|
keys = {
|
||||||
next_tab="Ctrl+P";
|
next_tab="Ctrl+P";
|
||||||
prev_tab="Ctrl+O";
|
prev_tab="Ctrl+O";
|
||||||
scroll_line_up="PAGEUP";
|
scroll_line_up="PAGEUP";
|
||||||
scroll_line_down="PAGEDOWN";
|
scroll_line_down="PAGEDOWN";
|
||||||
half_page_up="Ctrl+F";
|
half_page_up="Ctrl+F";
|
||||||
half_page_down="Ctrl+V";
|
half_page_down="Ctrl+V";
|
||||||
page_bottom="Ctrl+H";
|
page_bottom="Ctrl+H";
|
||||||
peer_list_up="Ctrl+[";
|
peer_list_up="Ctrl+[";
|
||||||
peer_list_down="Ctrl+]";
|
peer_list_down="Ctrl+]";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user