Suggest how to use multiple keyboard layouts with alt+space to toggle

This commit is contained in:
David Heinemeier Hansson
2025-06-27 10:01:29 -07:00
parent c0ec48f4c9
commit 65a3580927

View File

@ -41,3 +41,9 @@ bind = SUPER, Y, exec, $webapp="https://youtube.com/"
bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/"
bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER, X, exec, $webapp="https://x.com/"
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"
# Use multiple keyboard layouts and switch between them with Alt + Space
# input {
# kb_layout = us,dk
# kb_options = compose:caps,grp:alt_space_toggle
# }