mirror of
https://github.com/hrvach/deskhop.git
synced 2024-11-21 23:33:33 +01:00
Merge pull request #89 from jalmeroth/fix/screenlock-macos
chore: fix screenlock
This commit is contained in:
commit
35002c90eb
@ -117,7 +117,7 @@ void screenlock_hotkey_handler(device_t *state, hid_keyboard_report_t *report) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (global_state.active_output == out) {
|
||||
if (BOARD_ROLE == out) {
|
||||
queue_kbd_report(&lock_report, state);
|
||||
release_all_keys(state);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user