vim-like-key-notation
Vim key notationのparser
https://github.com/lydell/vim-like-key-notation
連続したキー配列の分割と、KeyboardEventとの相互変換が実装されている
Denoで書き換えたもの
https://github.com/takker99/vim-like-key-notation
文字キー以外の入力が変
<arrowleft>や<backspace>になる
<left>や<bs>と表示したい
実装したいこと
✅️Processを無視する (vim-like-key-notation)
code:mod.ts
export * from "https://raw.githubusercontent.com/takker99/vim-like-key-notation/0.1.0/mod.ts";
#2024-05-27 14:16:55 #2024-05-27 14:16:56
#2024-05-24 18:53:04
#2023-11-24 15:02:00
#2023-11-23 19:05:25