2023-10-14 01:22:50 +08:00

7 lines
166 B
JavaScript

keyboard$.subscribe(function(key) {
if (key.mode === "global" && key.type === "x") {
/* Add custom keyboard handler here */
key.claim()
}
})