Keybindings namespace
import { Keybindings } from '@withfig/api-bindings'
pressed
Declaration
export function pressed(
handler: (notification: KeybindingPressedNotification) => boolean | undefined
): Promise<Subscription>;
setInterceptKeystrokes
Declaration
export function setInterceptKeystrokes(
actions: Action[],
intercept: boolean,
globalIntercept?: boolean
): void;