bevy_editor_pls icon indicating copy to clipboard operation
bevy_editor_pls copied to clipboard

Use ScanCodes instead of KeyCodes

Open janhohenheim opened this issue 2 years ago • 0 comments

This would make the editor camera keyboard layout independent. This is especially important for e.g. French users. Or me, since I'm using Workman :) Keep in mind that ScanCodes are platform dependent. Inspiration for the implementation can be drawn from https://github.com/Leafwing-Studios/leafwing-input-manager/pull/312

janhohenheim avatar Feb 11 '23 17:02 janhohenheim