From f2ff1be2ecbae378bd1686c04158efa1d33a0b83 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 18 Jun 2025 12:08:00 +0200 Subject: [PATCH] Disable input keys by default People say it's too easy to press, see #404 --- bin/src/config.rs | 2 +- dist/config.toml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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