mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
keyboard$.subscribe(function(key) {
|
|
if (key.mode === "global" && key.type === "x") {
|
|
/* Add custom keyboard handler here */
|
|
key.claim()
|
|
}
|
|
})
|
|
|