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.
master
Carsten Block 3 years ago committed by GitHub
parent 4a86057943
commit be645c3a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/macos.conf

@ -58,7 +58,7 @@ right = end
# As soon as tab is pressed (but not yet released), we switch to the # 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. # "app_switch_state" overlay where we can handle Meta-Backtick differently.
# Also, send a 'M-tab' key tap before entering app_switch_sate. # 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 # Meta-Backtick: Switch to next window in the application group
# - A-f6 is the default binding for 'cycle-group' in gnome # - A-f6 is the default binding for 'cycle-group' in gnome

Loading…
Cancel
Save