JavaScript 快捷键库:keymage
jopen
11年前
Keymage 是用 JavaScript 实现的极小的处理快捷键绑定的库,它没有任何的依赖项,非常容易扩展,用户很容易就能使用它开发一个新的库。
特性
- Simple language for defining bindings
- Key sequences (a-la Emacs chords)
- Nested scopes
- Default modifier (
defmod
key which iscommand
on OS X andcontrol
elsewhere) - Ability to prevent defaults for whole sequence