Skip to content

Commit

Permalink
Fix underscore input not working on jp106 keyboard with wayland platform
Browse files Browse the repository at this point in the history
  • Loading branch information
buresu committed Nov 24, 2024
1 parent 0c45ace commit 7f9a3cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/linuxbsd/wayland/wayland_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ bool WaylandThread::_seat_state_configure_key_event(SeatState &p_ss, Ref<InputEv
Key physical_keycode = KeyMappingXKB::get_scancode(p_keycode);
KeyLocation key_location = KeyMappingXKB::get_location(p_keycode);

if (physical_keycode == Key::NONE) {
return false;
}

if (keycode == Key::NONE) {
keycode = physical_keycode;
}
Expand Down

0 comments on commit 7f9a3cb

Please sign in to comment.