Bind
import type { Bind } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
interface Bind {
arg: string;
catch_all: boolean;
dispatcher: string;
key: string;
keycode: number;
locked: boolean;
modmask: number;
mouse: boolean;
non_consuming: boolean;
release: boolean;
repeat: boolean;
submap: string;
}