From 6fa99d403c0d5884610fd23e59a2fc10ed258a9a Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 23 Mar 2025 16:16:24 +0100 Subject: Default InputHandler::handle_key() synthesized argument We have only one place where we handle actual keys typed by the user. --- src/input_handler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 32e9bfca..0a908892 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -91,7 +91,7 @@ public: Timer::Callback idle_callback = Timer::Callback{}); // process the given key - void handle_key(Key key, bool synthesized); + void handle_key(Key key, bool synthesized = true); void refresh_ifn(); -- cgit v1.2.3