Disable input keys by default

People say it's too easy to press, see #404
This commit is contained in:
Markus Unterwaditzer
2025-06-18 12:08:00 +02:00
committed by Cooper Quintin
parent 9f9adea5a1
commit f2ff1be2ec
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ impl Default for Config {
ui_level: 1,
enable_dummy_analyzer: false,
colorblind_mode: false,
key_input_mode: 1,
key_input_mode: 0,
analyzers: AnalyzerConfig::default(),
}
}