Skip to content

Instantly share code, notes, and snippets.

View ayunami2000's full-sized avatar
👌
No u

ayunami2000

👌
No u
View GitHub Profile
@ayunami2000
ayunami2000 / qemuqmptokeycodes.txt
Created September 10, 2021 22:17
qemu qmp qkey qkeycode to browser keycode event.which e.which
var qmpkeys={
19:"pause",
16:"shift",//no shift_r
17:"ctrl",//no ctrl_r
46:"delete",
45:"insert",
27:"esc",
37:"left",
38:"up",
39:"right",
@ayunami2000
ayunami2000 / alert.js
Created August 14, 2020 00:14
just an alert
alert("test");