Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keyd/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ space = M-/
# 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
# - M-` is the default binding for 'switch-group' in gnome
Expand Down