This commit is contained in:
Weng Xuetian 2021-09-07 09:13:38 -07:00
parent 93f429cc4e
commit 51b7ad88d5
No known key found for this signature in database
GPG Key ID: 8E8B898CBF2412F9
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ void FcitxQtKeySequenceWidgetPrivate::updateShortcutDisplay() {
if (modifierKeys_ & KeyState::Super)
s += "Super+";
if (modifierKeys_ & KeyState::Ctrl)
s += "Contorl+";
s += "Control+";
if (modifierKeys_ & KeyState::Alt)
s += "Alt+";
if (modifierKeys_ & KeyState::Shift)