import { handleKeyboard } from "https://deno.land/x/lunchbox@v1.0.2/src/handlers.ts";
handleKeyboard
Function to handle keyboard events based on an array of keystroke combinations. It checks each keystroke combination and executes the associated callback if the combination is detected.