Skip to content

Commit

Permalink
xkb keymap swap used wrong direction for nbio open
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 8db095abd6ef96a9243cf0b24d6430cf4e2ae26bc10a9b8a54a6fc9f05a61b31
  • Loading branch information
void committed Feb 2, 2025
1 parent a712f9a commit ef23238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion durden/menus/target/input.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ local kbd_menu = {
end

if type(ios) == "userdata" then
open_nonblock(active_display().selected.external, true, "xkb", ios);
open_nonblock(active_display().selected.external, false, "xkb", ios);
end
end
}
Expand Down

0 comments on commit ef23238

Please sign in to comment.