From 3a453f5f108b12a9226d8d215048a54145bbd9fc Mon Sep 17 00:00:00 2001 From: iberianpig Date: Tue, 10 Sep 2024 07:39:57 +0900 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c42c05..a8210cf 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You can configure the emergency stop key in your Fusuma configuration file (`~/. plugin: inputs: remap_keyboard_input: - emergency_ungrab_keys: RIGHTCTRL+LEFTCTRL # keybind + emergency_ungrab_keys: RIGHTCTRL+LEFTCTRL # <- Set two keys separated by '+' to trigger the emergency stop ``` This configuration allows you to specify which keys will trigger the emergency stop functionality.