changes to shortcut topic for keyboard viewer

This commit is contained in:
Micah
2021-09-14 12:28:57 -04:00
parent af95d9895e
commit 550e088d60
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ std::vector<nlohmann::json> ShortcutTopic::shortcutsJson() const {
{ "super" , hasKeyModifier(k.modifier, KeyModifier::Super) }
}
},
{ "action", action.name },
{ "action", action.identifier },
};
json.push_back(shortcutJson);
}