From cd4b1e98c99edfa332f4ebe7984af9d1c635aa9c Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:28:37 +0800 Subject: [PATCH] Fix description in SIGKILL frontmost application --- public/json/SIGKILL_frontmost_application.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/json/SIGKILL_frontmost_application.json b/public/json/SIGKILL_frontmost_application.json index b1e325c2b..6b050ce86 100644 --- a/public/json/SIGKILL_frontmost_application.json +++ b/public/json/SIGKILL_frontmost_application.json @@ -3,7 +3,7 @@ "rules": [ { - "description": "Saves you from having to reset the computer if e.g. a program has captured the screen and hangs. It does so by sending the SIGKILL signal to the frontmost application. Note: Macos already has a similar keybinding: Press Shift+Ctrl+Cmd+Esc for three seconds. However the built-in keybinding only sends SIGTERM, which doesn't always work, for instance if the program has a signal handler or runs in a debugger.", + "description": "Saves you from having to reset the computer if e.g. a program has captured the screen and hangs. It does so by sending the SIGKILL signal to the frontmost application. Note: Macos already has a similar keybinding: Press Shift+Option+Cmd+Esc for three seconds. However the built-in keybinding only sends SIGTERM, which doesn't always work, for instance if the program has a signal handler or runs in a debugger.", "manipulators": [ {