{"categories":["TypeScript"],"width":"100%","image_url":null,"blog_url":"https://www.aipacommander.com/","version":"1.0","type":"rich","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.aipacommander.com%2Fentry%2F2022%2F05%2F17%2F010346\" title=\"Property &#39;ctrlKey&#39; does not exist on type &#39;Event&#39;. - IT\u306e\u968a\u9577\u306e\u30d6\u30ed\u30b0\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","description":"const handlerSaveNodes = (e: Event) => { if (e.ctrlKey && e.code === \"KeyS\") { console.log(e); } } \u3053\u308c\u3092 const handlerSaveNodes = (e: KeyboardEvent) => { if (e.ctrlKey && e.code === \"KeyS\") { console.log(e); } } \u3053\u3046\u3058\u3083 developer.mozilla.org","provider_url":"https://hatena.blog","blog_title":"IT\u306e\u968a\u9577\u306e\u30d6\u30ed\u30b0","author_name":"aipacommander","height":"190","url":"https://www.aipacommander.com/entry/2022/05/17/010346","author_url":"https://blog.hatena.ne.jp/aipacommander/","title":"Property 'ctrlKey' does not exist on type 'Event'.","published":"2022-05-17 01:03:46","provider_name":"Hatena Blog"}