Skip to content

Commit

Permalink
Merge pull request pqrs-org#1761 from kidonng/patch-1
Browse files Browse the repository at this point in the history
Fix description in SIGKILL frontmost application
  • Loading branch information
tekezo authored Dec 23, 2024
2 parents 350f97c + cd4b1e9 commit e9805c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/json/SIGKILL_frontmost_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit e9805c0

Please sign in to comment.