Vanessa 2023-10-22 12:09:02 +08:00
parent e4cdb61fcc
commit d2133cc174

View file

@ -390,7 +390,7 @@ export const keymap = {
this.value = this.getAttribute("data-value");
return;
}
this.setAttribute("data-value", keymapStr);
this.setAttribute("data-value", updateHotkeyTip(keymapStr));
this.value = updateHotkeyTip(keymapStr);
keymap._setkeymap(app);
}, 1000);