Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Key::Cut, Key::Copy, Key::Paste #3725

Commits on Dec 24, 2023

  1. egui-winit: Handle Cut, Copy and Paste commands

    The comment added in commit 8a0bc97 ("[egui_glium] Fix paste") seems
    to assume that `winit` "should have translated" common "paste" keyboard
    combos to a `Cut`/`Copy`/`Paste` "KeyCode", but completely glossed over
    the fact that this `KeyCode` (now also `NamedKey`) maps to a special
    key dedicated to this purpose found on some keyboards and OSes.  Make
    sure that this key is still handled in addition to the combo that is
    detected.
    MarijnS95 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    6f097ea View commit details
    Browse the repository at this point in the history