lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
876 stars 35 forks source link

Pass the xkb `group` (a.k.a. `layout`) to `nk_bindings` #93

Closed Nemo157 closed 9 months ago

Nemo157 commented 9 months ago

The group is used by xkb to support switching between multiple layouts, without telling nk_bindings about this rofi always sees key presses as if they're in the first layout.

fixes #56

lbonn commented 9 months ago

Thanks a lot!