Skip to content

Commit

Permalink
Fix PC-Style Lock Screen
Browse files Browse the repository at this point in the history
The Control+Shift+Power does not work properly on my macOS Sonoma 14.5 with only PC-Style Shortcuts enabled in Karabinier 14.3.0. Using Control+Command+q fixes the issue for me and locks the screen properly.
  • Loading branch information
FloopCZ authored Dec 5, 2024
1 parent 6ccd356 commit 287a20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/json/Pc_Style_Shortcuts_HarunMod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2228,10 +2228,10 @@
},
"to": [
{
"key_code": "power",
"key_code": "q",
"modifiers": [
"left_control",
"left_shift"
"left_command"
]
}
],
Expand Down

0 comments on commit 287a20b

Please sign in to comment.