mirrored fromhttps://github.com/cloudflare/InstantPlugin
https://forge.edgedefence.com/cloudflare/InstantPlugin.git
Download ZIP
10lines · modecode
export default {
backspace: 8,
enter: 13,
esc: 27,
spacebar: 32,
left: 37,
up: 38,
right: 39,
down: 40
}