diff --git a/bin/src/config.rs b/bin/src/config.rs index 07ae6a3..a8705c1 100644 --- a/bin/src/config.rs +++ b/bin/src/config.rs @@ -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(), } } diff --git a/dist/config.toml.example b/dist/config.toml.example index e20599b..3df1b60 100644 --- a/dist/config.toml.example +++ b/dist/config.toml.example @@ -19,7 +19,7 @@ ui_level = 1 # 0 = rayhunter does not read button presses # 1 = double-tapping the power button starts/stops recordings -key_input_mode = 1 +key_input_mode = 0 # Analyzer Configuration # Enable/disable specific IMSI catcher detection heuristics