This commit is contained in:
end-4
2025-11-09 13:13:47 +01:00
parent 781af1d420
commit e6a19a6afb
@@ -127,7 +127,6 @@ Item {
const keybind = keybindSection.modelData.keybinds[i]; const keybind = keybindSection.modelData.keybinds[i];
if (!Config.options.cheatsheet.splitButtons) { if (!Config.options.cheatsheet.splitButtons) {
for (var j = 0; j < keybind.mods.length; j++) { for (var j = 0; j < keybind.mods.length; j++) {
keybind.mods[j] = keySubstitutions[keybind.mods[j]] || keybind.mods[j]; keybind.mods[j] = keySubstitutions[keybind.mods[j]] || keybind.mods[j];
} }