mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
impr: Various shortcut improvements
This commit is contained in:
@@ -148,6 +148,7 @@ namespace hex::fonts {
|
||||
glyphRangesBuilder.AddRanges(m_fontAtlas->GetGlyphRangesKorean());
|
||||
glyphRangesBuilder.AddRanges(m_fontAtlas->GetGlyphRangesThai());
|
||||
glyphRangesBuilder.AddRanges(m_fontAtlas->GetGlyphRangesVietnamese());
|
||||
glyphRangesBuilder.AddText("⌘⌥⌃⇧⏎⇥⌫⇪");
|
||||
}
|
||||
|
||||
m_glyphRange.clear();
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace hex::fonts {
|
||||
},
|
||||
{ -1_scaled, -1_scaled });
|
||||
|
||||
ImHexApi::Fonts::loadFont("Unifont", romfs::get("fonts/unifont.otf").span<u8>(), {}, {}, 0, 16);
|
||||
ImHexApi::Fonts::loadFont("Unifont", romfs::get("fonts/unifont.otf").span<u8>(), { }, {}, 0, 16);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user