Skip to content

Commit

Permalink
fix: deflocalkeys in gui interception build
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo authored Sep 22, 2024
1 parent 0e69814 commit bc55d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/src/cfg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ const DEF_LOCAL_KEYS: &str = "deflocalkeys-win";
#[cfg(all(
feature = "win_llhook_read_scancodes",
feature = "win_sendinput_send_scancodes",
not(feature = "interception_driver"),
target_os = "windows"
))]
const DEF_LOCAL_KEYS: &str = "deflocalkeys-winiov2";
Expand Down

0 comments on commit bc55d6a

Please sign in to comment.