From be645c3a7474ca95a21e9202995520a4bbcee1dd Mon Sep 17 00:00:00 2001 From: Carsten Block Date: Sun, 27 Nov 2022 20:47:49 +0100 Subject: [PATCH] Fix macos.conf example Current macos.conf example is broken with v2.4.2 of keyd. The reason is that swap() function was not yet updated to newer swapm() terminology. --- examples/macos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/macos.conf b/examples/macos.conf index 8c91f5a..ce25722 100644 --- a/examples/macos.conf +++ b/examples/macos.conf @@ -58,7 +58,7 @@ right = end # As soon as tab is pressed (but not yet released), we switch to the # "app_switch_state" overlay where we can handle Meta-Backtick differently. # Also, send a 'M-tab' key tap before entering app_switch_sate. -tab = swap(app_switch_state, M-tab) +tab = swapm(app_switch_state, M-tab) # Meta-Backtick: Switch to next window in the application group # - A-f6 is the default binding for 'cycle-group' in gnome