From 287a20b33b3e4d84cd6a0bb4b366eb5de125f0c3 Mon Sep 17 00:00:00 2001 From: Filip Matzner Date: Thu, 5 Dec 2024 14:02:21 +0100 Subject: [PATCH] Fix PC-Style Lock Screen 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. --- public/json/Pc_Style_Shortcuts_HarunMod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/json/Pc_Style_Shortcuts_HarunMod.json b/public/json/Pc_Style_Shortcuts_HarunMod.json index 6ae9daaa8..661a14b03 100644 --- a/public/json/Pc_Style_Shortcuts_HarunMod.json +++ b/public/json/Pc_Style_Shortcuts_HarunMod.json @@ -2228,10 +2228,10 @@ }, "to": [ { - "key_code": "power", + "key_code": "q", "modifiers": [ "left_control", - "left_shift" + "left_command" ] } ],