mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 06:40:09 +00:00
Change ctl to ctrl in OpenMW-CS shortcut manager
This commit is contained in:
parent
b73ed5ccac
commit
97ff24b8d6
@ -132,7 +132,7 @@ namespace CSMPrefs
|
||||
if (mods && i == 0)
|
||||
{
|
||||
if (mods & Qt::ControlModifier)
|
||||
result.append("Ctl+");
|
||||
result.append("Ctrl+");
|
||||
if (mods & Qt::ShiftModifier)
|
||||
result.append("Shift+");
|
||||
if (mods & Qt::AltModifier)
|
||||
@ -196,7 +196,7 @@ namespace CSMPrefs
|
||||
|
||||
std::string name = value.substr(start, end - start);
|
||||
|
||||
if (name == "Ctl")
|
||||
if (name == "Ctrl")
|
||||
{
|
||||
mods |= Qt::ControlModifier;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user