pikvm/pikvm#1407: Save keymap on macro recording

This commit is contained in:
Maxim Devaev
2024-10-02 01:05:55 +03:00
parent 8209ee2eb0
commit 4e1d9815cd
2 changed files with 11 additions and 4 deletions

View File

@@ -262,7 +262,7 @@ export function Hid(__getGeometry, __recorder) {
} else if (http.status !== 200) {
wm.error("HID paste error", http.responseText);
} else if (http.status === 200) {
__recorder.recordPrintEvent(text);
__recorder.recordPrintEvent(text, keymap);
}
}, text, "text/plain");
};