mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Suggest how to use multiple keyboard layouts with alt+space to toggle
This commit is contained in:
@ -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
|
||||||
|
# }
|
||||||
|
Reference in New Issue
Block a user