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

Disallow ctrl+m keybinding and revert to default settings on invalid bindings

Note: Ctrl+m uses the same control sequence as the enter key on many systems
This commit is contained in:
Jfreegman
2016-05-01 14:57:46 -04:00
parent 50f227418b
commit 32442b6286
2 changed files with 22 additions and 13 deletions

View File

@ -90,6 +90,7 @@ sounds = {
// Currently supported: Ctrl modified keys, Tab, PAGEUP and PAGEDOWN (case insensitive)
// Note: All printable keys register as input
// Note2: Ctrl+M does not work
keys = {
next_tab="Ctrl+P";
prev_tab="Ctrl+O";