aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/desktop/keyutils.rs
Commit message (Collapse)AuthorAgeFilesLines
* servoshell: Clean up keyboard event conversion a little (#32564)Martin Robinson2024-06-191-600/+551
| | | | | | | | - Use a trait to make all conversions standard - Alphabetize all enums so they are in a consistent order - Remove some comments about unhandled which no longer apply after the winit upgrade. - Use the winit `Location` property to get the `keyboard_types` Location instead of relying on the physical key.
* Split servoshell into Desktop and common part (#32457)Jonathan Schwender2024-06-141-0/+644
* servoshell: Move desktop files Move files related to winit into a desktop module. This is a preparation to merge the android and ohos apps into servoshell. * servoshell: Format imports * servoshell: Move panic hook into separate file * servoshell: Move desktop main * Consider ohos as not desktop * servoshell: Adjust dependencies for shared code * servoshell: Remove native-bluetooth from default features There currently is no good way to have target specific default features. * Rename desktop_main.rs to cli.rs * Remove todo