You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
I was trying the xdg_shell_v6_test example. But modifier keys (shift, etc.) do not work for weston-terminal that could be opened by pressing F1 key.
I was looking into keyboard handling in Sway and it seems, that there are two lines missing in keyboard handling:
#[dehandle] let keyboard = state.keyboard.clone().unwrap();
seat.set_keyboard(keyboard.input_device());
But even after this the modifier keys do not work. Any help? :) Thank You
The text was updated successfully, but these errors were encountered:
I was trying the xdg_shell_v6_test example. But modifier keys (shift, etc.) do not work for weston-terminal that could be opened by pressing F1 key.
I was looking into keyboard handling in Sway and it seems, that there are two lines missing in keyboard handling:
But even after this the modifier keys do not work. Any help? :) Thank You
The text was updated successfully, but these errors were encountered: