Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/autopilot/src/autopilot.ts>ToggleKeys

๐Ÿš€ Cross-platform desktop automation module for Deno.
Go to Latest
type alias ToggleKeys
import { type ToggleKeys } from "https://deno.land/x/autopilot@0.3.2/src/autopilot.ts";
definition:
| "f1"
| "f2"
| "f3"
| "f4"
| "f5"
| "f6"
| "f7"
| "f8"
| "f9"
| "f10"
| "f11"
| "f12"
| "f13"
| "f14"
| "f15"
| "f16"
| "f17"
| "f18"
| "f19"
| "f20"
| "f21"
| "f22"
| "f23"
| "f24"
| "leftarrow"
| "control"
| "rightarrow"
| "downarrow"
| "end"
| "uparrow"
| "pageup"
| "alt"
| "return"
| "pagedown"
| "delete"
| "home"
| "escape"
| "backspace"
| "meta"
| "capslock"
| "shift"
| "tab"
| "space"