rui icon indicating copy to clipboard operation
rui copied to clipboard

keyboard input for symbol characters doesn't work on linux

Open wtholliday opened this issue 2 years ago • 2 comments

(May also not work on macOS)

To reproduce:

  1. cargo run --example gallery
  2. Attempt to enter a symbol character in the text editor (such as !@#$%^&*)

Possibly related to #43.

@ruza-net

wtholliday avatar Feb 12 '23 16:02 wtholliday

I tried adding some missing match arms to src/event_loop.rs - e.g. VirtualKeyCode::Caret - but it didn't have any effect.

Maybe winit and wgpu need a version bump? That would require some fixing of incompatibilities on part of rui and vger. Might look into it when I have time.

ruza-net avatar Feb 12 '23 18:02 ruza-net

@ruza-net I updated all the dependencies to the latest versions.

wtholliday avatar Feb 13 '23 01:02 wtholliday