This commit is contained in:
shenleban tongying 2024-11-12 07:13:32 -05:00
parent 384dcfbc36
commit 8720a1a183

View file

@ -39,8 +39,7 @@ std::vector<ReverseMapEntry> mapping;
/// * https://github.com/libsdl-org/SDL/blob/fc12cc6dfd859a4e01376162a58f12208e539ac6/src/video/cocoa/SDL_cocoakeyboard.m#L345 /// * https://github.com/libsdl-org/SDL/blob/fc12cc6dfd859a4e01376162a58f12208e539ac6/src/video/cocoa/SDL_cocoakeyboard.m#L345
/// * https://github.com/qt/qtbase/blob/922369844fcb75386237bca3eef59edd5093f58d/src/gui/platform/darwin/qapplekeymapper.mm#L449 /// * https://github.com/qt/qtbase/blob/922369844fcb75386237bca3eef59edd5093f58d/src/gui/platform/darwin/qapplekeymapper.mm#L449
/// ///
/// Known flaw: /// Known possible flaws 1) UCKeyTranslate doesn't handle modifiers at all 2) Handling keyboard switching
/// * UCKeyTranslate doesn't handle modifiers at all.
void createMapping() void createMapping()
{ {
if (mapping.empty()) { if (mapping.empty()) {