From d4ce697bd94839bae27cc6bb25e2f82de02763b5 Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Wed, 20 Aug 2014 12:40:32 +0200 Subject: [PATCH] toxic.conf.example: better formatting --- misc/toxic.conf.example | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/misc/toxic.conf.example b/misc/toxic.conf.example index bc321f0..781221c 100644 --- a/misc/toxic.conf.example +++ b/misc/toxic.conf.example @@ -60,14 +60,14 @@ sounds = { // Currently supported: Ctrl modified keys, Tab, PAGEUP and PAGEDOWN (case insensitive) // Note: All printable keys register as input keys = { - next_tab="Ctrl+P"; - prev_tab="Ctrl+O"; - scroll_line_up="PAGEUP"; - scroll_line_down="PAGEDOWN"; - half_page_up="Ctrl+F"; - half_page_down="Ctrl+V"; - page_bottom="Ctrl+H"; - peer_list_up="Ctrl+["; - peer_list_down="Ctrl+]"; + next_tab="Ctrl+P"; + prev_tab="Ctrl+O"; + scroll_line_up="PAGEUP"; + scroll_line_down="PAGEDOWN"; + half_page_up="Ctrl+F"; + half_page_down="Ctrl+V"; + page_bottom="Ctrl+H"; + peer_list_up="Ctrl+["; + peer_list_down="Ctrl+]"; };