forked from qt-creator/qt-creator
FakeVim: Fix handling of some hungarian characters
Done-by: hjk Task-number: QTCREATORBUG-10236 Change-Id: Iba97b6ebbd4fee8a4ab52a3986a2f79c7344b75b Reviewed-by: Lukas Holecek <hluk@email.cz> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -943,7 +943,7 @@ public:
|
|||||||
|
|
||||||
bool isControl() const
|
bool isControl() const
|
||||||
{
|
{
|
||||||
return m_modifiers & HostOsInfo::controlModifier();
|
return m_modifiers == HostOsInfo::controlModifier();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isControl(int c) const
|
bool isControl(int c) const
|
||||||
|
|||||||
Reference in New Issue
Block a user