1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 21:17:46 +02:00

Merge pull request #229 from Ansa89/trivial-fix

toxic.conf.example: better formatting
This commit is contained in:
JFreegman 2014-08-20 13:12:41 -04:00
commit c8b22d7e8a

View File

@ -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+]";
}; };