Command key sign in hints
This commit is contained in:
parent
ba84240a85
commit
f14ec5e9ae
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ void HintDatabase::load_hints_from_file(const boost::filesystem::path& path)
|
|||
unescape_string_cstyle(dict["text"], fulltext);
|
||||
fulltext = _utf8(fulltext);
|
||||
#ifdef __APPLE__
|
||||
boost::replace_all(fulltext, "Ctrl", "Cmd");
|
||||
boost::replace_all(fulltext, "Ctrl+", "⌘");
|
||||
#endif //__APPLE__
|
||||
// replace <b> and </b> for imgui markers
|
||||
std::string marker_s(1, ImGui::ColorMarkerStart);
|
||||
|
|
Loading…
Add table
Reference in a new issue