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

formatting, use case-insensitive string compare, use defines for keycodes

This commit is contained in:
Jfreegman
2014-07-28 21:40:06 -04:00
parent f4fb6ea4fc
commit 15e91cfa99
6 changed files with 46 additions and 37 deletions

View File

@ -51,11 +51,10 @@ sounds = {
transfer_completed="__DATADIR__/sounds/TransferComplete.wav";
};
//Only Ctrl modified keys and Tab supported right now
//All printable keys register as input anyway
// Currently supported: Ctrl modified keys, Tab, PAGEUP and PAGEDOWN (case insensitive)
// Note: All printable keys register as input
keys = {
next_tab="Ctrl+P";
//next_tab="Tab";
prev_tab="Ctrl+O";
scroll_line_up="PAGEUP";
scroll_line_down="PAGEDOWN";